home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 207_01 / readme.b < prev    next >
Text File  |  1979-12-31  |  3KB  |  63 lines

  1.                          CHECK REGISTER PROGRAM
  2.                           CP/M-80 Version 1.0
  3.                              by WoolleyWare
  4.  
  5. The Check Register Program simplifies the task of managing one or more
  6. checking accounts.  Because of its size, the program was originally
  7. provided as two separate library files named CHX8010A.LBR and
  8. CHX8010B.LBR.  The filenames were derived from the following:
  9.  
  10.      CHX  Acronym for Check Register Program
  11.      80   CP/M-80 Version
  12.      10   Version 1.0
  13.      A    Executable and Demonstration Files
  14.                -READ-ME.A     Similar to -READ-ME.B
  15.                ABSTRACT.DOC   Abstract of document
  16.                CHECKS.COM     Manage current check register
  17.                CLEARS.COM     Mantain/summarize cleared entries
  18.                CHECKSIN.COM   Install CHECKS.SCR
  19.                CHECKSIN.DAT   Installation data
  20.                CHECKS.SCR     Screen control data
  21.                DEMO.DAT       Demonstration check register
  22.                DEMO.INF       Demonstration information
  23.   or B    Documentation and C Language Source Files
  24.                -READ-ME.B     This file
  25.                CHECKS.DOC     Complete document
  26.                CHECKS.H       \
  27.                CHECKS.C        |
  28.                CHECKA.C        |
  29.                CHECKB.C         >  Source files
  30.                CHECKC.C        |
  31.                CHECKD.C        |
  32.                XIO.C          /
  33.  
  34. You may find it convenient to evaluate the A library first, to determine
  35. whether the program will satisfy your needs.
  36.  
  37. An appropriate public domain (PD) program such as LU, NULU, or LSWEEP
  38. may be used to extract files from each LBR distribution library.  Any
  39. which are squeezed (have a Q as the second letter of the file type, as
  40. in FILENAME.TQP) should be unsqueezed using a PD program like USQ or
  41. NSWEEP.
  42.  
  43. The CHECKS.DOC file should be printed for your use.  Do not use a
  44. formatting print routine such as WordStar's Print function.  CHECKS.DOC
  45. has already been formatted, so that page numbers will be consistent with
  46. the Table of Contents.  It may be conveniently printed using the CP/M
  47. PIP utility.  Place PIP.COM and CHECKS.DOC in drive A.  At the A>
  48. prompt, type
  49.  
  50.      PIP LST:=CHECKS.DOC
  51.  
  52. after first making sure that your printer is set for 66 lines per page
  53. (11 inch page at 6 lines per inch) and 80 columns per line, loaded with
  54. continuous fan-fold paper, and positioned with the print-head at top-of-
  55. page.
  56.  
  57. Once all necessary files have been extracted and unsqueezed, store the
  58. original LBR distribution disk in a safe place as a backup.  That disk
  59. should be used if you wish to make a copy for a friend.
  60.  
  61. Read the document for detailed information about the Check Register
  62. Program.
  63.