home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / testdriv.zip / TESTDOC.BAT next >
DOS Batch File  |  1988-11-03  |  154b  |  9 lines

  1. echo off
  2. cls
  3. echo You are about to copy the documentation to your printer
  4. pause
  5. echo Printing......
  6. copy testdriv.doc prn
  7. echo All done.
  8. echo on
  9.