home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1986-12-15 | 1.3 KB | 26 lines |
- 100 REM Program to show new users how to start
- 110 PRINT
- 120 PRINT "The Genealogy ON DISPLAY Programs and the Documentation are all on this"
- 130 PRINT "Distribution Diskette."
- 140 PRINT
- 150 PRINT "To begin, bring up IBM PC DOS (Version 2.0 or later), 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 Genealogy ON DISPLAY programs."
- 250 PRINT
- 260 PRINT "Following the instructions in the Program Directory, LOAD and RUN the other"
- 270 PRINT "six documentation programs, each of which will print a section of the User's"
- 280 PRINT "Manual. (Have plenty of paper ready, since the User's Manual is many, many"
- 290 PRINT "pages long.) If you want, you can trim the pages of the User's Manual to"
- 300 PRINT "5-1/2 x 8-1/2 inches."
- 310 PRINT
- 320 PRINT "The User's Manual explains the functions of the Genealogy ON DISPLAY
- 330 PRINT "programs, and how to use them."
- 340 END
-