home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / misc3 / spec-occ.lzh / SPEC-OCC.DOC < prev   
Encoding:
Text File  |  1987-01-25  |  1.0 KB  |  17 lines

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