home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / hbms420.zip / README.BAT < prev    next >
DOS Batch File  |  1990-12-10  |  6KB  |  127 lines

  1. ECHO OFF
  2. ECHO .
  3. ECHO .
  4. ECHO .                       H. B. M. S.    (version 4.2)
  5. ECHO .
  6. ECHO .
  7. ECHO .      The Home Budget Management System is a financial record keeping
  8. ECHO .  and reporting program.  The HBMS package comes complete with full 
  9. ECHO .  documentation, sample data files, and a unique "Test Drive" which will
  10. ECHO .  introduce you to HBMS and what it has to offer.  Print out the file
  11. ECHO .  TESTDRIV.DOC.  Combined with the sample data, you will be able to see 
  12. ECHO .  the very extensive reporting capabilities of HBMS without having to 
  13. ECHO .  accumulate your own data.
  14. ECHO .
  15. ECHO .  Previous users of HBMS should check the WHATSNEW.DOC file for some 
  16. ECHO .  important changes in version 4.2.
  17. ECHO .
  18. ECHO .      HBMS contains many useful features, but some of them are not 
  19. ECHO .  intuitive.  In order to use the program successfully, the documentation
  20. ECHO .  is a MUST READ affair!  After taking the "test drive", I strongly 
  21. ECHO .  recommend that you read the documentation (at least up through the 
  22. ECHO .  section on CONVENTIONS).  Then you should experiment on your own with 
  23. ECHO .  the sample data files. 
  24. ECHO . 
  25. ECHO . 
  26. PAUSE  
  27. ECHO .
  28. ECHO .
  29. ECHO .
  30. ECHO .   The following files make up the HBMS package: 
  31. ECHO .   ---------------------------------------------------------------- 
  32. ECHO .       README.BAT      this file 
  33. ECHO .       ORDER.FRM       order form for registration and latest version 
  34. ECHO .       VENDOR.DOC      information for Shareware distributors 
  35. ECHO .       WHATSNEW.DOC    new features and history of version 4.2 
  36. ECHO .       TESTDRIV.DOC    text file with demonstration instructions 
  37. ECHO .       HBMS.DOC        main documentation 
  38. ECHO .       PRCHECK.DOC     documentation file on how to create PRCHECK.HBM.
  39. ECHO .                       (needed only if you want to print checks) 
  40. ECHO .       HBSETUP.DOC     documentation for HBSETUP.EXE 
  41. ECHO .       HBSETUP.EXE     setup program to configure printer and color 
  42. ECHO .       HBMS.EXE        main program file 
  43. ECHO .       HBMS.OVR        overlay file for main program 
  44. ECHO .       CATS.84         sample data file 
  45. ECHO .       ACCOUNTS.84     sample data file 
  46. ECHO .       LEDGR-4.84      sample data file 
  47. ECHO .   ----------------------------------------------------------------- 
  48. ECHO .   If any of these files are missing, please contact the author. 
  49. ECHO .
  50. ECHO .
  51. PAUSE 
  52. ECHO .
  53. ECHO .
  54. ECHO .   If you are new to computing, the following notes may be helpful: 
  55. ECHO .  ------------------------------------------------------------------- 
  56. ECHO .
  57. ECHO .  *  Please make a backup copy of your original HBMS distribution disk,
  58. ECHO .     (see the DISKCOPY command in your DOS manual)
  59. ECHO .
  60. ECHO .  *  To get printouts of the documentation files, make sure your printer 
  61. ECHO .     is ready and type the following commands at the DOS prompt. 
  62. ECHO .     (Don't type the quotes, or the notes enclosed in the parentheses)
  63. ECHO .
  64. ECHO .
  65. ECHO .  "COPY ORDER.FRM PRN"       (registration form,     1 page )
  66. ECHO .  "COPY TESTDRIVE.DOC PRN"   (demo instructions,     4 pages)
  67. ECHO .  "COPY HBSETUP.DOC PRN"     (setup instructions,    3 pages)
  68. ECHO .  "COPY HBMS.DOC PRN"        (main documentation,   30 pages)
  69. ECHO .  "COPY WHATSNEW.DOC PRN"    (for previous users,    5 pages)
  70. ECHO .  "COPY PRCHECK.DOC PRN"     (only if you want to print checks, 3 pages)
  71. ECHO .
  72. ECHO .
  73. ECHO .     You can also load these files into your favorite word processor.
  74. ECHO .
  75. ECHO .
  76. PAUSE
  77. ECHO .
  78. ECHO .
  79. ECHO .
  80. ECHO .
  81. ECHO .  *  You should not work from the original HBMS distribution disk, but 
  82. ECHO .     instead make a "work disk".  Once you have printed the documentation, 
  83. ECHO .     you can copy only the necessary files to your work disk as listed 
  84. ECHO .     in the examples below.  Replace "<workdisk>" with the disk or sub-
  85. ECHO .     directory location, that you plan to run HBMS from.  Examples might
  86. ECHO .     be "B:" or "C:\BUDGET". 
  87. ECHO .
  88. ECHO .
  89. ECHO .     "COPY HBSETUP.EXE <workdisk>"     (setup program)
  90. ECHO .     "COPY HBMS.EXE <workdisk>"        (main program)
  91. ECHO .     "COPY HBMS.OVR <workdisk>"        (main program overlay file)
  92. ECHO .     "COPY *.84 <workdisk>"            (sample data)
  93. ECHO .
  94. ECHO .
  95. ECHO .     The sample data files are not needed once you have learned HBMS, but 
  96. ECHO .     copy them to your work disk also.  You can delete them later. 
  97. ECHO .
  98. ECHO .
  99. ECHO .  ------------------------------------------------------------------- 
  100. ECHO .
  101. ECHO .
  102. PAUSE
  103. ECHO .
  104. ECHO .
  105. ECHO .
  106. ECHO .
  107. ECHO .         HBMS is being distributed as a ShareWare product.  That means    
  108. ECHO .    you can "try before you buy".  It is a fully functional program,      
  109. ECHO .    NOT a limited demo.  If you like HBMS and continue to use it, you     
  110. ECHO .    must register.  Complete details are available in the HBMS.DOC file. 
  111. ECHO .    There is also a convenient order form for registration.  Just copy  
  112. ECHO .    the file ORDER.FRM to your printer.  You are encouraged to share     
  113. ECHO .    this program with others, such as uploading it to your local BBS.  
  114. ECHO .    However, make sure that all the files listed above are included in   
  115. ECHO .    the package.  Feel free to call and check on the latest updates,   
  116. ECHO .    or ask any questions.                             
  117. ECHO .
  118. ECHO .       Thanks and enjoy HBMS!            BRENTSON L. WORRELL       
  119. ECHO .                                         6404 Mornay Dr. 
  120. ECHO .                                         Tampa, FL   33615-3426 
  121. ECHO .                                         Ph (813) 886-2282
  122. ECHO .
  123. ECHO .
  124. ECHO .
  125. ECHO .
  126. ECHO ON
  127.