home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1994-02-04 | 1.3 KB | 26 lines |
- 100 REM Program to show new users how to start
- 110 PRINT
- 120 PRINT "The Starfinder ON DISPLAY Program and its Documentation are all on this"
- 130 PRINT "Distribution Diskette."
- 140 PRINT
- 150 PRINT "To begin, bring up IBM PC DOS and BASIC."
- 160 PRINT
- 170 PRINT "(Note: If you are using a printer other than the IBM Matrix or IBM Graphics"
- 180 PRINT "Printer, you may need to modify the documentation to fit your printer. Run"
- 190 PRINT "the BASIC program 'printers.bas' for more information.)"
- 200 PRINT
- 210 PRINT "Make sure that the printer is on, and then LOAD and RUN the BASIC program"
- 220 PRINT "'director.bas' from this Distribution Diskette. This will print a Program"
- 230 PRINT "Directory, which contains information about the rest of the documentation,"
- 240 PRINT "and about the Starfinder ON DISPLAY program."
- 250 PRINT
- 260 PRINT "Following the instructions in the Program Directory, LOAD and RUN the other"
- 270 PRINT "documentation program, 'usermanu', which will print the User's Manual."
- 280 PRINT "(Have plenty of paper ready, since the User's Manual is many, many pages"
- 290 PRINT "long.) If you want, you can trim the pages of the User's Manual to 5-1/2 x"
- 300 PRINT "8-1/2 inches."
- 310 PRINT
- 320 PRINT "The User's Manual explains the functions of the Starfinder ON DISPLAY"
- 330 PRINT "program, and how to use it."
- 340 END
-