home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / go1_4.zip / GO.DOC < prev   
Text File  |  1990-10-09  |  6KB  |  122 lines

  1. DOS UTILITY: GO.COM (or, for later versions, possibly GO.EXE)
  2. ShareWare version 1.4, Released 10-09-90
  3.  
  4.     GO is a ShareWare product.  ShareWare is a concept that works something
  5. like this: "Try before you buy."  If you find this GO utility useful (and
  6. most do), please register your copy.  The process is described at the end
  7. of this document.
  8.  
  9. WHAT IS GO?
  10.   GO is a trans-drive DOS directory "seek-and-go-there" utility.  Its basic
  11. function is to search for a subdirectory that you specify and, once found,
  12. go there and exit the program.  Big deal, right?  You could just use the
  13. DOS CD (CHDIR) command.  Well, quicker though it may be, don't you hate it
  14. when you want to get to the directory
  15.       \UTILITYS\WORDPROC\WORDPERF\DICT\PERSONAL ?
  16. Typeing CD\<all that stuff> is a pain in the neck!  With GO, you could
  17. simply type
  18.       GO PERSONAL  (or, if you like wildcards, GO P*)
  19. and GO would find the first occurrance of the PERSONAL (or P*) directory
  20. and exit in that directory.  But that isn't all that GO will do for you.
  21. I realize that there are numerous GO's out there today, but not one (that
  22. I know of) that has the options this version does.
  23.     But options, I realize, don't always determine the quality of a
  24. program.  GO offers one thing most do not: the ability to scan more than
  25. the default drive for a subdirectory, including non-physical drives such
  26. as RAMDRIVE or VDISK.  Thus, if you have partitioned your hard drive into
  27. the C: drive and the D: drive, you can, from the C: drive, jump to any
  28. directory, no matter how deep in the tree, on the D: drive.
  29.  
  30. SYNTAX:
  31.     The command-line syntax for GO is
  32.       GO {options} {{drive:}directory}
  33.  
  34.     By typing GO without any parameters GO will display a help screen that
  35. shows the syntax, a summary of the options, and an example.  Also, if you
  36. have graciously registered, it will display the switches that you have set
  37. as defaults.
  38.  
  39. OPTIONS:
  40.     The options are specified as switches in the command line.  Switches
  41. are always proceeded by a '-' or '/' character, such as in the following
  42. examples:
  43.       GO -d -s <dir>  OR  GO /d /s <dir>
  44. or, you may combine all switches in one parameter, such as:
  45.       GO -ds <dir>.
  46. Switches may occur anywhere on the command line, as long as they occur
  47. after the GO command and are not part of the directory name.
  48.     The following describe what each option switch does:
  49.  
  50.     (D)isplay - This switch will, on screen, give you a progress report
  51.                 as it searches your drive(s).
  52.     (O)ne disk- For single floppy systems, put this option in when searching
  53.                 from the A: drive and GO will skip over the B: drive.
  54.     (N)ext    - If you have more than one subdirectory with the same name,
  55.                 GO will always find the first occurrance.  This option
  56.                 causes GO to find the NEXT occurrance of the directory
  57.                 you start it in.
  58.     (S)uppress- If you don't want GO to scan any drives other than the
  59.                 drive you specify (or default to by not specifying a drive)
  60.                 you can use this option.  It suppresses the multiple drive
  61.                 search.
  62.     (W)indow  - This option, similar to the (D)isplay option, gives a
  63.                 windowed information screen displaying the search progress.
  64.                 It is, however, slower than the other options.  This and
  65.                 (D)isplay cannot be used together.
  66.     (A)uto    - Makes GO append the wildcard '*' to the end of both the
  67.                 directory name you specify and it's extension (if you
  68.                 specified one).
  69.  
  70.     So, that's it.  I hope that you find GO very useful, as I certainly
  71. have.  If you do, like I said, please register.  Here's what you get upon
  72. registering:
  73.   o The registration program that does the dirty work
  74.   o Registered defaults that can be installed into and out of GO.COM/EXE
  75.     (basically, you have set switches to ON inside GO.xxx and use them
  76.     without specifying them at the DOS command prompt)
  77.   o Updated versions of GO as they are released, with their registration
  78.     programs free
  79.   o Phone support for problems, suggestions, help, and the like.
  80.  
  81.     To register, please send me your name and address, what kind of media
  82. you want it on (3.5", 5.25", 360K, 720K, or whatever), and six dollars
  83. to:
  84.       Scott Hamilton
  85.       1722 Wilson Ave
  86.       Baltimore, MD 21227
  87.  
  88. and I will get your registration program to you as soon as possible, as well
  89. as any updated versions of GO that I have done.
  90.  
  91.     If you have problems with GO, or helpful suggestions, feel free to
  92. write me, or, if you have registered, you will have my phone number (I am
  93. not listed!).  I would also appreciate any ideas on what you would like to
  94. see in future versions of GO.
  95.  
  96. HISTORY of GO (by me):
  97.   07-30-90  - finished version 1.5 of GO, but did not scan non-physical
  98.               drives
  99.   09-01-90  - completely junked the old GO, decided to start anew.
  100.   09-03-90  - had to repartition my hard drive to test this new and improved
  101.               GO, and somehow junked D: drive's partition table (not with
  102.               GO, however, it was a format error).  Thank God for PCTOOLS'
  103.               DISKFIX - it corrected ALL (every single) error!
  104.             - GO worked properly, so I reformatted my C: drive back to one
  105.               partition and restored a PCTOOLS backup.  I highly recommend
  106.               this PCTOOLS (I have version 6.0 DELUXE).
  107.   09-04-90  - Into the wee hours of the night I worked, finishing both the
  108.               GO program and GOREG, the registration and default options
  109.               setter program.  Set this date for release.
  110.   09-05-90  - Typed up this doc file.
  111.   10-09-90  - Finally got around to fixing some problems in GO: misspelling
  112.               of DIRECTORY, errors in the -(N)ext logic, wildcard string
  113.               compare routine (needed to ignor case).
  114.  
  115. The GO utility was written in Borland's TURBO C 2.0 by Scott Hamilton.
  116. (C) Copyright 1990 by Scott Hamilton, permission to copy only UNREGISTERED
  117. files, as long as this documentation file is included with the copy, or if
  118. permission is given by myself in writing.  Should this copyright be broken,
  119. I will find you and you will suffer the consequences.  That is all.
  120.  
  121.  
  122.