home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / dbbooks.zip / GENINFO.CMD < prev    next >
OS/2 REXX Batch file  |  1987-02-14  |  640b  |  15 lines

  1. * GENINFO.CMD
  2. ERASE
  3. @  1, 7 SAY "Start the Bookkeeping System"
  4. @  3, 3 SAY "This program allows you to set up general"
  5. @  4, 0 SAY "information and a chart of accounts for the"
  6. @  5, 0 SAY "bookkeeping system.  You need to use this"
  7. @  6, 0 SAY "program only once.  The edit option under the"
  8. @  7, 0 SAY "BOOKS main menu allows you to make changes."
  9. @  9, 0 SAY "Enter the name of the Company or User"
  10. @  9,38 GET COMPANY
  11. @ 10, 0 SAY "Enter the Year (two digits e.g., 84)"
  12. @ 10,37 GET YEAR
  13. READ
  14. RETURN
  15.