home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF030.ZIP / 3.BAT < prev    next >
DOS Batch File  |  1990-07-06  |  3KB  |  58 lines

  1. echo off
  2. cls
  3. echo -     ┌─────────────────────────────────────────────────────────────────────┐
  4. echo -     │                                                                     │
  5. echo -     │    There are three manuals to the Loan Master System:               │
  6. echo -     │                                                                     │
  7. echo -     │    1)  The Loan Master Loan Accounting system manual. This manual   │
  8. echo -     │        describes the loan accounting system and will help you       │
  9. echo -     │        create new and existing loan records and update the data     │
  10. echo -     │        file to compute interest accuruals and check for past dues.  │
  11. echo -     │                                                                     │
  12. echo -     │    2)  The Customer Information system module manual. This manual   │
  13. echo -     │        Describes the Customer Information system. This system       │
  14. echo -     │        Creates and maintains Customer name and address records.     │
  15. echo -     │        This module is not included with the Shareware version.      │
  16. echo -     │                                                                     │
  17. echo -     │    3)  The Report Writer manual. The report writer allows the user  │
  18. echo -     │        to design, create and print custom reports from the Loan     │
  19. echo -     │        Master loan records database. This module is not included    │
  20. echo -     │        with the shareware version.                                  │
  21. echo -     │                                                                     │
  22. echo -     │        Only the system and the CIF manuals are included.            │
  23. echo -     └─────────────────────────────────────────────────────────────────────┘
  24. pause
  25. cls
  26. echo -
  27. echo -
  28. echo -     ┌─────────────────────────────────────────────────────────────────────┐
  29. echo -     │                                                                     │
  30. echo -     │    You will need around 200 pages in the printer.                   │
  31. echo -     │                                                                     │
  32. echo -     └─────────────────────────────────────────────────────────────────────┘
  33. echo -
  34. echo -
  35. pause
  36. cls
  37. echo -
  38. echo -
  39. echo -     ┌─────────────────────────────────────────────────────────────────────┐
  40. echo -     │                                                                     │
  41. echo -     │    The manuals are printing, Press CTRL + Break to abort printing.  │
  42. echo -     │                                                                     │
  43. echo -     └─────────────────────────────────────────────────────────────────────┘
  44. echo -
  45. echo -
  46. pkunzip -p lmmenusw.zip lmmenusw.man
  47. cls
  48. echo -
  49. echo -
  50. echo -
  51. echo -     ┌─────────────────────────────────────────────────────────────────────┐
  52. echo -     │                                                                     │
  53. echo -     │    The printing is finished ...                                     │
  54. echo -     │                                                                     │
  55. echo -     └─────────────────────────────────────────────────────────────────────┘
  56. echo -
  57. echo -
  58.