home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / jobs20.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  2KB  |  29 lines

  1. cls
  2. echo off
  3. echo ┌────────────────────────────────────────────────────────────────────┐
  4. echo │ The JOBS 2.0 Manual is about to be printed to the printer at       │
  5. echo │ LPT1.  The manual is over 40 pages long.  Make sure your printer   │
  6. echo │ is ready, with sufficient paper.                                   │
  7. echo │                                                                    │
  8. echo │ WARNINGS . . .                                                     │
  9. echo │ 1. Because the manual includes graphics characters, you must print │
  10. echo │    to a graphics printer.  If printed on a non-graphics printer,   │
  11. echo │    many of the screen shots and menus will not print properly.     │
  12. echo │                                                                    │
  13. echo │ 2. The JOBS 2.0 manual is configured for a page length of 62.      │
  14. echo │    If printing on a dot matrix printer with the skip-over perfora- │
  15. echo │    tion option turned on, you must turn this option off.  Refer to │
  16. echo │    your printer manual for information on how to do this.  If      │
  17. echo │    printing to a laser printer, you must set your page length to a │
  18. echo │    minimum of 62.  66 is the optimum setting.  If you do not do    │
  19. echo │    this, a blank page will be printed after each page.             │
  20. echo └────────────────────────────────────────────────────────────────────┘
  21. echo   Press (Ctrl)(Break) now or at any time to cancel printing.
  22. echo   When you're ready to begin printing, press a key.
  23. echo .
  24. pause
  25. echo   Printing JOBS 2.0 documentation . . .
  26. copy jobs.doc lpt1
  27. cls
  28.  
  29.