home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / EDUCNOMY / STARFIND / RUNFIRST.BAS (.txt) < prev    next >
Encoding:
GW-BASIC  |  1994-02-04  |  1.3 KB  |  26 lines

  1. 100  REM Program to show new users how to start
  2. 110  PRINT
  3. 120  PRINT "The Starfinder ON DISPLAY Program and its Documentation are all on this"
  4. 130  PRINT "Distribution Diskette."
  5. 140  PRINT
  6. 150  PRINT "To begin, bring up IBM PC DOS and BASIC."
  7. 160  PRINT
  8. 170  PRINT "(Note:  If you are using a printer other than the IBM Matrix or IBM Graphics"
  9. 180  PRINT "Printer, you may need to modify the documentation to fit your printer.  Run"
  10. 190  PRINT "the BASIC program 'printers.bas' for more information.)"
  11. 200  PRINT
  12. 210  PRINT "Make sure that the printer is on, and then LOAD and RUN the BASIC program"
  13. 220  PRINT "'director.bas' from this Distribution Diskette.  This will print a Program"
  14. 230  PRINT "Directory, which contains information about the rest of the documentation,"
  15. 240  PRINT "and about the Starfinder ON DISPLAY program."
  16. 250  PRINT
  17. 260  PRINT "Following the instructions in the Program Directory, LOAD and RUN the other"
  18. 270  PRINT "documentation program, 'usermanu', which will print the User's Manual."
  19. 280  PRINT "(Have plenty of paper ready, since the User's Manual is many, many pages"
  20. 290  PRINT "long.)  If you want, you can trim the pages of the User's Manual to 5-1/2 x"
  21. 300  PRINT "8-1/2 inches."
  22. 310  PRINT
  23. 320  PRINT "The User's Manual explains the functions of the Starfinder ON DISPLAY"
  24. 330  PRINT "program, and how to use it."
  25. 340  END
  26.