home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro82 / go.doc < prev    next >
Encoding:
Text File  |  1992-03-16  |  5.4 KB  |  123 lines

  1.        *****        *****      *
  2.      **     **    **     **   ***
  3.      **           **     **   ***
  4.      **   ****    **     **    *
  5.      **     **    **     **
  6.        *****        *****      *
  7.  
  8. GO ver 2.20 By Kenneth E. Sandquist Jr.
  9. Vision Software March 16, 1992
  10.  
  11. ------------------------------------------
  12.  
  13.      Go was written for obvious reasons!  I have a 130 meg harddrive and
  14. trying to keep up with where all my directories have gone to is tedious to
  15. say the least!  So along came GO.  GO will allow you to locate the occurrence
  16. of any directory on your drive(s) and, if you specify, drop you into that
  17. directory.
  18.  
  19. It's that simple.
  20.  
  21. Usage: GO [parameter]{d:}DirName
  22. Where parameter:
  23.                  no parameter = find the first occurrence of DirName and change
  24.                                 to that directory.
  25.                            -ad= find ALL occurrences of DirName on default
  26.                                 drive ONLY and ask which directory to change to.
  27.                            -af= find ALL occurrences of DirName on ALL drives
  28.                                 and ask which directory to change to (including
  29.                                 floppies).
  30.                            -df= find All occurrences of DirName on default drive
  31.                                 and floppies ONLY.
  32.                            -a = find ALL occurrences of DirName on ALL drives
  33.                                 and ask which directory to change to.
  34.                            -d = search default drive ONLY for first occurrence
  35.                                 of DirName and change to that directory.
  36.                            -f = search ALL drives for first occurrence of
  37.                                 DirName and change to that directory.
  38.                                 (including floppies)
  39.                            d: = drive on which to search for DirName.
  40.  
  41. HINT:
  42.      To achieve maximum performance from this program, it is a good idea to
  43.      optimize your hard drive(s) with a program like Norton's Speed Disk or
  44.      Spinrite!
  45.  
  46. Example:
  47.  
  48.        GO -a TEMP
  49.  
  50.      Will search all directory levels (branches) on ALL drives (EXCLUDING
  51. floppies) for every occurrence of the directory 'TEMP' and prompt you for the 
  52. directory you want to change to.
  53.  
  54. Likewise:
  55.  
  56.        GO -a TE*
  57.  
  58.      Will search all directory levels on ALL drives (EXCLUDING floppies) for 
  59.  every occurrence of directories beginning with the letters 'TE' and prompt 
  60.  you for the directory you want to change to.
  61.  
  62.      GO will also give you a "Second Chance"(TM) to search for the NEXT occurrence
  63. of DirName. Example:
  64.  
  65.        If you tell GO to find the first occurrence of the TEMP directory:
  66.                                   GO TEMP
  67.        and you find that it is not the particular TEMP directory you wanted,
  68.        you can type the same command line - GO TEMP - and GO will search for
  69.        the NEXT directory matching TEMP.
  70.  
  71. NOTE:
  72.      The "Second Chance"(TM) is limited to just that - a second time.  Typing the
  73. same command line more than twice will just loop you through the first two
  74. matches!
  75.  
  76. That's it!
  77.  
  78.      If you make a mistake, you can interrupt the search by hitting <CTRL> - C
  79. during the search.  The program will drop back to where you started.
  80.  
  81. -----------------------------------------------------------------------------
  82.                            VERSION INFORMATION
  83.  
  84. New with version 1.1:  The asterisk wildcard is now supported!
  85. New with version 2.0:  Multi-drive support!
  86.                        Floppy drive support!
  87.                        "Second Chance"(TM) logic!
  88. New with version 2.1:  Fast!
  89.                        Minor and major bug fixes!
  90.                        Network compatible!
  91. New with version 2.11: Faster still!
  92.                        Changed the main subprogram to assembly language!
  93.                        Eliminated unnecessary code which reduced the size!
  94.                        Now capable of type-ahead-buffering while searching!
  95. New with version 2.20: Even faster!
  96.                        Removed directory level parameter!
  97.                        Re-wrote control-c handler!
  98.                        A little smaller!
  99. ----------------------------------------------------------------------------
  100.                             DISCLAIMER STUFF
  101.  
  102.      The author of this program has taken every care so that GO will run on
  103. every computer...However...Due to the vast number of computer manufacturers,
  104. no warranty, implied or otherwise, shall be in effect.
  105. -----------------------------------------------------------------------------
  106.                               REGISTER ???
  107.  
  108.      Although any contribution would be appreciated (hint! hint!), If you
  109. find this program of some use, pass it along to a friend...Right now I'm
  110. looking for recognition not, so much, money.  HOWEVER...don't be shy with the
  111. ol' checkbook !!!  If you do make a contribution of $10, you will be given 
  112. the next release along with any other utilities I come up with between now 
  113. and then!
  114. -----------------------------------------------------------------------------
  115.                          WHO IS VISION SOFTWARE?
  116.  
  117.                   Vision Software was founded by the author:
  118.  
  119.                           Kenneth E. Sandquist Jr.
  120.                           3187A Aqueduct Dr.
  121.                           Lexington, Ky.   40517
  122. -----------------------------------------------------------------------------
  123.