Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!apple!portal!portal!cup.portal.com!src From: src@cup.portal.com (Steve R Calwas) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: anarkey/zoo incompatible? Message-ID: <26843@cup.portal.com> Date: 11 Feb 90 21:25:42 GMT References: <4048@cbnewsl.ATT.COM> Organization: The Portal System (TM) Lines: 41 In article <4048@cbnewsl.ATT.COM>, rl@cbnewsl.ATT.COM (roger.h.levy) writes: >After reading all the kudos for anarkey, I decided to try it. I used >the -U option to recognize "/" as path separators and I asked anarkey >to place most of itself in extended memory. By chance, practically >the first thing I did afterward was a "zoo -extract" command. Zoo >(2.01) failed - it only gave me a brief message explaining how to get >help. After rebooting without anarkey, zoo was OK. Can anyone explain >this behavior? The cause of the ZOO failure was that the dash in your command was converted by Anarkey to a slash (/) before it was executed. This is due to your installing Anarkey with the -U option. Anarkey provides you with three methods around this. 1) Install Anarkey with the -US option. This will cause only slashes to be converted and dashes will be left alone. This method is really obsolete in Anarkey v3.0, but some people still prefer it. 2) Install with -U and enter your ZOO command line with two consecutive dashes. These will be converted to a single dash before execution. 3) However, the best solution by far is to install Anarkey with -U and tell it that the ZOO program already recognizes UNIX switchar conventions. This is possible in version 3.0 of Anarkey. Simply execute the command "!zoo". Better yet, you can store this command in a disk file and "execute" it from AUTOEXEC.BAT using LOAD.EXE. This command tells Anarkey that ZOO will recognize a dash as an option specifier and will not convert it. However, other "UNIX characters" will still be converted, for example: /utils/zoo -extract ...is converted to... \utils\zoo -extract Use of this capability allows you to consistently use UNIX switchar conventions for ALL programs. Refer to the section in the "ANARKEY User Manual" titled "UNIX Switchar Conventions" for complete details on using this function. Steve Calwas src@cup.portal.com Santa Clara, CA ...!sun!cup.portal.com!src