home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / pscribe.zip / PRINTMAN.BAT < prev    next >
DOS Batch File  |  1988-10-11  |  1KB  |  23 lines

  1. cls
  2. echo off
  3. cls
  4. echo ─────────────────────────────────────────────────────────────────────────
  5. echo          This will print Pro~Scribe's Manual on your printer.
  6. echo  
  7. echo   If you DON'T want to continue, or WANT TO STOP printing at any time,
  8. echo                      just press Ctrl-Break!
  9. echo ─────────────────────────────────────────────────────────────────────────
  10. echo    Please line up the paper so we can print right on the top line.
  11. echo The manual will be printed in whatever mode your printer is in now.
  12. echo So, if it's in DRAFT mode and you want the manual printed in LETTER
  13. echo QUALITY (or vice versa), press Ctrl-Break, set up your printer, then
  14. echo start this again.
  15. echo ─────────────────────────────────────────────────────────────────────────
  16. echo    Set your printer to 66 lines-per-page.  Some pages have 60+lines.  If
  17. echo your printer is set up to print OTHER THAN 60 LINES PER PAGE, you might
  18. echo want to press Ctrl-Break now, reset your printer, then re-run this.
  19. echo ───────────────────────────────────────────────────────────────────────── 
  20. pause
  21. COPY PSManual.DOC LPT1
  22.