home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / guide / masterguide12a.lha / MasterGuide.readme < prev    next >
Encoding:
Text File  |  1994-09-23  |  920 b   |  27 lines

  1. Short: Make one guide, which is linked to all your guides.
  2. Uploader: kfribert@scala.ping.dk (Kenneth Fribert)
  3. Author: kfribert@scala.ping.dk (Kenneth Fribert)
  4. Type: text/hyper
  5. Distribution: OK
  6.  
  7. This arexx script will link all your AmigaGuide's in a directory into
  8. one amigaguide.
  9. So now you won't have to search through directories for a filename,
  10. just look through the alfabetized list in this guide.
  11. It can even work recursively through the levels of directories and
  12. sub-directories.
  13.  
  14. New in this version: Bugfix, and can now include Ascii files (only
  15. OS3+).
  16.  
  17.  
  18.  
  19. To start this little script just run it on an empty dir, like this:
  20.  
  21. rx masterguide.rexx t: out=ram:guide
  22.  
  23. The t: should off course be substitued with something else if your t: dir has any guides in it.
  24.  
  25.  
  26. NOTE: This program does NOT affect programs which uses AmigaGuides themselves, it is only working with links to the guides, not the guides themselves.
  27.