home *** CD-ROM | disk | FTP | other *** search
- 10 PRINT "SPECIAL OCCASIONS by Phil Michitsch "
- 20 PRINT "Run name OCCASION under BASICA"
- 30 PRINT "( 9614 Bytes )"
- 40 PRINT "Requirements: IBM 64K,DOS 2.0,40-character screen"
- 50 PRINT "either monochrome or color (switched via mode command"
- 60 PRINT "before running program). Printer optional for hard copy report"
- 70 PRINT "Note: a C-ITOH (PROFEEL) printer was used creating this program"
- 80 PRINT " but any IBM compatible printer will work."
- 90 PRINT
- 100 PRINT "A handy program,menu driven with error checking and very user-friendly"
- 110 PRINT "to add,delete and generate a hard copy report of all birthdays,"
- 120 PRINT "anniversarys,holidays etc. with name,dates and type of occasion input"
- 130 PRINT "into a file. To get a report via screen or printer;just type in"
- 140 PRINT "the month you want a listing for. Very handy for remembering to"
- 150 PRINT "send out birthday cards."
- 160 END
-