home *** CD-ROM | disk | FTP | other *** search
/ MS DOS Archives 1 / MS-DOS_Archives_Volume_One_Walnut_Creek.iso / msdos / graphics / kd_draw3.arc / DOC.BAT < prev    next >
DOS Batch File  |  1987-10-18  |  4KB  |  79 lines

  1. ECHO OFF
  2. cls
  3. IF %1!==! GOTO HELP1
  4. GOTO %1
  5. :HELP1
  6. ECHO ┌──────────────────────────────────────────────────────────────────────┐
  7. ECHO │ Four files are available on the program disk with additional         │
  8. ECHO │ information, the User Manual for Version 3.31, update information on │
  9. ECHO │ additions to the program from 3.0 up to the latest version, the help │
  10. ECHO │ file for the PC-KEY-DRAW, and a listing of the files on this disk.   │
  11. ECHO │ To send these files to the printer enter DOC followed by the name of │
  12. ECHO │ the file to be printed as follows:                                   │
  13. ECHO └──────────────────────────────────────────────────────────────────────┘
  14. ECHO     User   - Prints User Manual
  15. ECHO     Update - Prints Updates to PC-KEY-DRAW
  16. ECHO     Help   - Prints Help file used in PC-KEY-DRAW
  17. ECHO     File   - Prints Listing of the files on this disk
  18. goto end
  19. :USER
  20. ECHO  ╔═══════════════════════════════════════════════════════════════════╗
  21. ECHO  ║              The User Manual for PC-KEY-DRAW Ver 3.31             ║
  22. ECHO  ║ ───────────────────────────────────────────────────────────────── ║
  23. ECHO  ║ A 200 page user manual for PC-KEY-DRAW version 3.31 is about to   ║
  24. ECHO  ║ be printed.                                                       ║
  25. ECHO  ║                                                                   ║
  26. ECHO  ║ Registered users get a printed user manual with pictures,index,   ║
  27. ECHO  ║ IBM size binder, and Quick Reference card.                        ║
  28. ECHO  ║ ───────────────────────────────────────────────────────────────── ║
  29. ECHO  ║ Put Disk with KD-DOC.* files in drive B:                          ║
  30. ECHO  ║ ───────────────────────────────────────────────────────────────── ║
  31. ECHO  ║                 Load printer with continuous forms.               ║
  32. ECHO  ╚═══════════════════════════════════════════════════════════════════╝
  33. PAUSE
  34. COPY b:kd-doc.0 PRN:
  35. ECHO Chapters 1 to 3 are about to be printed
  36. PAUSE
  37. copy b:kd-doc.1-3 prn:
  38. ECHO Chapter 4 is about to be printed
  39. PAUSE
  40. copy b:kd-doc.4 prn:
  41. ECHO Chapters 5 to 8 are about to be printed
  42. PAUSE
  43. copy b:kd-doc.5-8 prn:
  44. ECHO Chapters 9 is about to be printed
  45. PAUSE
  46. copy b:kd-doc.9 prn:
  47. ECHO Appendix is about to be printed
  48. PAUSE
  49. copy b:kd-doc.apx prn:
  50. menu
  51. :UPDATE
  52. ECHO ┌────────────────────────────────────────────────────────────────────┐
  53. echo │ Information on updates to PC-KEY-DRAW  version 3.0 are about to be │
  54. echo │ printed on your parallel printer (LPT1:)                           │
  55. echo │ ────────────────────────────────────────────────────────────────── │
  56. echo │ PC-KEY-DRAW is constantly being updated and improved.  The listed  │
  57. echo │ updates are the more significant ones.  Suggestions for future     │
  58. echo │ improvements are always welcome.                                   │
  59. ECHO └────────────────────────────────────────────────────────────────────┘
  60. PAUSE
  61. copy kd-updat.txt prn:
  62. menu
  63. :HELP
  64. ECHO ┌─────────────────────────────────────────────────────────────────────┐
  65. echo │ The help file for PC-KEY-DRAW  is about to be printed on LPT1:      │
  66. echo │ ─────────────────────────────────────────────────────────────────── │
  67. echo │ This help file is reached from within PC-KEY-DRAW by selecting "h"  │
  68. echo │ (Removal or renaming this file puts PC-KEY-DRAW in a run time mode) │
  69. ECHO └─────────────────────────────────────────────────────────────────────┘
  70. PAUSE
  71. copy kd-draw.hlp prn:
  72. menu
  73. :FILE
  74. ECHO The correct list of files on this disk is about to be printed on LPT1:
  75. PAUSE
  76. copy file.txt prn:
  77. menu
  78. :end
  79.