home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / ANWENDUN / EXP_CALC / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1993-12-01  |  768b  |  22 lines

  1. REM Please prepare to print the ExpressCalc Documentation by:
  2. REM
  3. REM         1 - Making sure that there is enough paper to
  4. REM             print the entire manual.  It requires about 192
  5. REM             pages.
  6. REM
  7. REM         2 - Make sure your printer is ready and that the print
  8. REM             head is directly over a page break perforation.
  9. REM
  10. REM  Ready to print the 1st section of the manual (pages 1 to 43)
  11. pause
  12. copy CALC1.DOC prn
  13. REM  Ready to print the 2nd section of the manual (pages 44 to 93)
  14. pause
  15. copy CALC2.DOC prn
  16. REM  Ready to print the 3rd section of the manual (pages 94 to 142)
  17. pause
  18. copy CALC3.DOC prn
  19. REM  Ready to print the 4th section of the manual (pages 143 to 186)
  20. pause
  21. copy CALC4.DOC prn
  22.