home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / slvit42b.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-08-15  |  326b  |  22 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo  Make sure that your printer is on line...
  8. echo.
  9. echo  And that the paper is loaded. You will need about 115 sheets...
  10. echo.
  11. echo  Press "Ctrl-Break" if you wish to cancel..
  12. echo.
  13. echo.
  14. pause
  15. echo.
  16. echo.
  17. echo Printing...
  18. copy SLVIT4.doc prn
  19. echo.
  20. echo.
  21. echo Done
  22.