home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 404 / printdoc.bat < prev    next >
DOS Batch File  |  1986-12-03  |  768b  |  21 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 190
  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  Ready to print the 1st section of the manual (pages 1 to 50)
  10. pause
  11. copy CALC1.DOC prn
  12. REM  Ready to print the 2nd section of the manual (pages 51 to 100)
  13. pause
  14. copy CALC2.DOC prn
  15. REM  Ready to print the 3rd section of the manual (pages 101 to 138)
  16. pause
  17. copy CALC3.DOC prn
  18. REM  Ready to print the 4th section of the manual (pages 139 to 190)
  19. pause
  20. copy CALC4.DOC prn
  21.