home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / graf / keydraw3.zip / DOC.BAT next >
DOS Batch File  |  1990-02-08  |  1KB  |  35 lines

  1. ECHO OFF
  2. cls
  3. ECHO  ╔════════════════════════════════════════════════════════════════╗
  4. ECHO  ║            The User Manual for PC-KEY-DRAW Ver 3.50            ║
  5. ECHO  ║ ────────────────────────────────────────────────────────────── ║
  6. ECHO  ║ A 290 page user manual for Version 3.50 is about to be printed ║
  7. ECHO  ║ Registered users get a printed manual with pictures, index,    ║
  8. ECHO  ║ IBM size binder, and Quick Reference card.                     ║
  9. ECHO  ║ ────────────────────────────────────────────────────────────── ║
  10. ECHO  ║                 Load printer with continuous forms.            ║
  11. ECHO  ║ ────────────────────────────────────────────────────────────── ║
  12. ECHO  ║ You will also want to print on the other text files that are   ║
  13. ECHO  ║ included on the program disk.  Run MENU for help.              ║
  14. ECHO  ╚════════════════════════════════════════════════════════════════╝
  15. :manual
  16. PAUSE
  17. if not exist readme._mn echo Put User Manaul disk in drive
  18. if not exist readme._mn goto manual
  19. COPY kd_doc.0 PRN:
  20. ECHO Chapters 1 to 3 are about to be printed
  21. PAUSE
  22. copy kd_doc.1_3 prn:
  23. ECHO Chapter 4 is about to be printed
  24. PAUSE
  25. copy kd_doc.4 prn:
  26. ECHO Chapters 5 to 9 are about to be printed
  27. PAUSE
  28. copy kd_doc.5_9 prn:
  29. ECHO Chapters 10 is about to be printed
  30. PAUSE
  31. copy kd_doc.10 prn:
  32. ECHO Appendix is about to be printed
  33. PAUSE
  34. copy kd_doc.apx prn:
  35.