home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / burn_in.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-08-27  |  138b  |  12 lines

  1. echo off
  2. cls
  3. echo Please turn on the printer.
  4. echo  
  5. pause
  6. cls
  7. copy burnin.doc prn
  8. echo  
  9. echo Printing finished.
  10. echo  
  11. pause
  12.