home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / doc02.arc / DOC.DOC < prev    next >
Encoding:
Text File  |  1986-12-29  |  1.6 KB  |  37 lines

  1.           MANAGE DOC FILES IN A SEPARATE DIRECTORY
  2.         
  3. This is a technique for managing DOC files.  These clutter up directories,
  4. especially Utility directories, slowing down PATH searches and making the
  5. directories too long to read on one screen in many cases.
  6.  
  7. The DOC files can be moved off to a separate directory, such as:
  8.  
  9.     C:\DOC
  10.  
  11. ...but then they are less accessable.
  12.  
  13. The batch files DOC.BAT and DOCDIR.BAT, with BR.COM  make them quickly
  14. accessable. If these 3 files are in your Utility or other PATHed directory,
  15. they will look for a DOC directory on the current (logged) drive. 
  16.  
  17. If you have more than one hard drive, feel free to modify these .BAT files to
  18. use your own .DOC drive and subdirectory name, and your own BROWSE (or LIST)
  19. program (I renamed BROWSE 'BR', that's what you see in the sample .BAT files).
  20.    - have fun!  - paul noeldner & marty shannon
  21.  
  22. The BAT files use the BROWSE utility to browse the DOC directory on the 
  23. currently logged drive.  After viewing, use ESC to exit.
  24.  
  25. To browse the DOC directory:   DOCDIR
  26.  
  27. To browse a member for 'goober':  DOC goober
  28.  
  29. Postscript - the same technique could be used for HELP on any subject.
  30. Create a BAT file named HELP.BAT, and maybe one named HELPDIR.BAT,
  31. then have a specified subdirectory full of your .HLP (or .DOC for that
  32. matter) files.  Help is then a command away on any subject you want.
  33.  
  34. I still think a hotkey approach would be nicer - a memory resident program
  35. to go do the browse in the \DOC subdirectory, for the word under the cursor.
  36. Any hotdogs (or hotdocs) out there want to tackle it?
  37.