home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / RCPM / FASTGO11.DOC < prev    next >
Text File  |  2000-06-30  |  2KB  |  57 lines

  1. ****************************************************
  2. *                   FASTGO 1.1                     *
  3. *                    05/06/84                      *
  4. *                 James Whorton                    *
  5. ****************************************************
  6.  
  7. Distribution
  8. ------------
  9. This program is released to the public domain and may
  10. be distributed freely, provided that no monetary gain
  11. is incurred.
  12.  
  13. Description
  14. -----------
  15. FASTGO 1.0 is designed to be used on a hard or floppy
  16. system to provide an easier way to change from one
  17. drive/user area to another. Any drive/user area may
  18. be assigned a label and optional password. Typing
  19. GOTO lists usage and displays the userareas defined.
  20.  
  21. Usage
  22. -----
  23. GOTO          Displays usage and userareas available.
  24.  
  25. GOTO userarea Moves the user into the specified
  26.               area. If the userarea is invalid,
  27.               displays valid areas. A password may
  28.               be required.
  29.  
  30. Configuration
  31. -------------
  32. The user may specify the number of columns for the info.
  33. display to print across, the character to use for a
  34. divider, and whether or not to chain to a .COM file
  35. upon entering the new area. See the source file for
  36. details on what to do.
  37.  
  38. Comments
  39. --------
  40. This version incorporates the chain concept and moving
  41. the code up to high memory, so that the chain file
  42. may be loaded and ran from 100h. Features that I plan
  43. to add in the future are...
  44.  
  45. * Selectable masking of passworded user-areas from
  46.   the info. display.
  47.  
  48. * Auto logoff of a user who tries repeatedly to
  49.   gain access to a passworded area.
  50.  
  51. * Logging same users name to a special file.
  52.  
  53.  
  54. Any comments, suggestions, revisions, etc. should
  55. be left on OBBS 402-346-4206.
  56.  
  57.