home *** CD-ROM | disk | FTP | other *** search
- Thank you for downloading Cherry Picker 2.0.
-
- If you are upgrading from a previous version, then you will need to
- change some stuff, most likely. First of all, the tagline management
- commands are no longer inside CP.EXE. Import, Export, Append, etc are now
- all in a seperate file called CPUTIL.EXE, along with some new commands. So,
- choose mode is no longer required. CP.EXE is now only the chooser. So, you
- will need to remove the "CHOOSE" from the command line used to call Cherry
- Picker. Other then that, the command line is the same.
-
- If you use a batchfile for maintenance, then you will need to change
- it so that it now calls CPUTIL.EXE instead of CP.EXE. IMPORT, EXPORT and
- APPEND all work exactly the same, except they are now inside of CPUTIL.EXE.
-
- A tagline file called TAGS.TXT is now distributed with Cherry Picker.
- It contains some 70 taglines that I pulled out of my file. Some of them
- are my favorites, but others may just be there waiting to be adopted. Don't
- bother asking, I didn't make them all, just some. (If it sounds really
- strange, I may well have created it. ;-)
-
- For new users, to use this tagline file, you need to load it into Cherry
- Picker's array. To do that, run CPUTIL in Import Mode, IE:
- C> CPUTIL IMPORT TAGFILE.VAR TAGS.TXT
- will load TAGS.TXT into the TAGFILE.VAR array. (You can call the array
- whatever you wish)
-
- For those of you that are upgrading, you need to append it to your
- tagline array. To do that, you would run CPUTIL in Append Mode. IE:
- C> CPUTIL APPEND TAGFILE.VAR TAGS.TXT
- where TAGFILE.VAR is the name of your current tagline array.
-