home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / home / misc / 009 / addrflcd.doc < prev    next >
Text File  |  1986-05-19  |  1KB  |  25 lines

  1. PROGRAM NAME: ADDRFLCD.BAS
  2. AUTHOR: Michael Csontos, Rochester, NY
  3. ABSTRACT: If you are interested in producing custon 3X5" index
  4. cards, then this program may help you.  The program as distributed
  5. is set up to print filecards for the collection of club
  6. membership information, roughly as follows:
  7.  
  8.     Name: ________________________________________________
  9.         (as you want it on address labels)
  10.     Street Address: ______________________________________
  11.     City: ___________________________State: __ZIP: _______
  12.     Company: _____________________________ Mail Code:_____
  13.     Phone: Home: ___________________ Work: _______________
  14.     Club Office: _________________________________________
  15.         (office or duties assumed during current year)
  16.  
  17. Other file card formats may be generated by changing several
  18. print statements within the program.
  19. REQUIRES: BASIC language, and an Epson Mx-80 printer with
  20. Graphtrak.  I have used this program with a serial printer with
  21. no changes.
  22. OPERATION: Start up your BASIC language and type RUN"ADDRFLCD,
  23. or run from MENU.BAS, or start up from DOS by typing BASIC ADDRFLCD.
  24. Actual program operation from here on is self explanatory.
  25.