home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / HD / HD017.ZIP / README.BAT < prev    next >
DOS Batch File  |  1989-12-10  |  4KB  |  103 lines

  1. ECHO OFF
  2. ECHO .
  3. ECHO .
  4. ECHO .                          H. B. M. S.    (version 4.11)
  5. ECHO .
  6. ECHO .
  7. ECHO .        The Home Budget Management System is a program designed to aid
  8. ECHO .    in financial record keeping.  The HBMS package comes complete with 
  9. ECHO .    full documentation, sample data files, and a unique "Test Drive".
  10. ECHO .    Print out the file TESTDRIV.DOC.  Use it with the sample data, and
  11. ECHO .    you will be able to see the very extensive reporting capabilities
  12. ECHO .    of HBMS without having to accumulate your own data.
  13. ECHO .
  14. ECHO .
  15. ECHO .    Previous users of HBMS should check the WHATSNEW.DOC file for changes. 
  16. ECHO .
  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 
  20. ECHO .    documentation is a MUST READ affair!  After taking the "test drive", 
  21. ECHO .    I strongly recommend that you read the documentation (at least up 
  22. ECHO .    through the section on CONVENTIONS) and further experiment with the 
  23. ECHO .    sample data files.
  24. ECHO .
  25. ECHO .
  26. PAUSE
  27. ECHO .
  28. ECHO .
  29. ECHO .
  30. ECHO .     If you are new to computing, the following notes may be helpful:
  31. ECHO .   ---------------------------------------------------------------------
  32. ECHO .
  33. ECHO .  *  Please make a backup copy of your HBMS disk, and always keep backups 
  34. ECHO .     of the data files produced by HBMS.   
  35. ECHO .
  36. ECHO .
  37. ECHO .  *  To print the documentation, make sure your printer is ready and has 
  38. ECHO .     about 30 sheets of paper.  At the DOS prompt, type: 
  39. ECHO .
  40. ECHO .    "COPY HBMS.DOC PRN" and strike the ENTER key.  (leave off the quotes)
  41. ECHO .
  42. ECHO .      The other documentation files can be printed in a similar manner. 
  43. ECHO .
  44. ECHO .
  45. ECHO .  *  If you want to make a "work disk", the only needed files are  
  46. ECHO .     HBMS.EXE and HBMS.OVR.  If you want the sample data files, copy
  47. ECHO .     ACCOUNTS.84, CATS.84, and LEDGR-4.84 files to your work disk also.
  48. ECHO .     They can be deleted later.  
  49. ECHO .
  50. ECHO .
  51. PAUSE
  52. ECHO .
  53. ECHO .
  54. ECHO .
  55. ECHO .
  56. ECHO .     The following files make up the HBMS package: 
  57. ECHO .     ----------------------------------------------------------------
  58. ECHO .         README.BAT      this file
  59. ECHO .         ORDER.FRM       order form for registration and latest version
  60. ECHO .         WHATSNEW.DOC    new features in version 4.11
  61. ECHO .         TESTDRIV.DOC    text file with demonstration instructions
  62. ECHO .         HBMS.DOC        main documentation
  63. ECHO .         PRCHECK.DOC     documentation file on how to create PRCHECK.HBM.
  64. ECHO .                         (needed to print checks)
  65. ECHO .         HBMS.EXE        main program file
  66. ECHO .         HBMS.OVR        overlay file for main program
  67. ECHO .         CATS.84         sample data file
  68. ECHO .         ACCOUNTS.84     sample data file
  69. ECHO .         LEDGR-4.84      sample data file
  70. ECHO .     -----------------------------------------------------------------
  71. ECHO .     If any of these files are missing, please contact the author.
  72. ECHO .
  73. ECHO .
  74. ECHO .
  75. ECHO .
  76. PAUSE
  77. ECHO .
  78. ECHO .
  79. ECHO .
  80. ECHO .
  81. ECHO .
  82. ECHO .           HBMS is being distributed as a ShareWare product.  That means 
  83. ECHO .      you can "try before you buy".  It is a fully functional program,
  84. ECHO .      NOT a limited demo.  If you like HBMS and continue to use it, you
  85. ECHO .      must register your copy.  Complete details are available in the
  86. ECHO .      HBMS.DOC file.   There is also a convenient order form for 
  87. ECHO .      registration.  Just copy the file ORDER.FRM to your printer.  You 
  88. ECHO .      are encouraged to share this program with others, such as uploading
  89. ECHO .      it to your local BBS.  However, make sure that all the files listed
  90. ECHO .      above are included in the package.  Feel free to call and check on
  91. ECHO .      the latest updates, or ask any questions. 
  92. ECHO .
  93. ECHO .              Thanks and enjoy HBMS!     
  94. ECHO .
  95. ECHO .                                           Brentson L. Worrell
  96. ECHO .                                           6404 Mornay Dr.
  97. ECHO .                                           Tampa, FL   33615
  98. ECHO .                                           Ph (813) 886-2282
  99. ECHO .
  100. ECHO .
  101. ECHO ON
  102.  
  103.