home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / gl_4_131.zip / PRINT.BAT < prev   
DOS Batch File  |  1988-07-28  |  292b  |  13 lines

  1. echo off
  2. cls
  3. echo This batch file will print the GLitch manual on the printer.
  4.  
  5. echo If you do not wish to proceed, press CONTROL-C  then Y
  6. pause
  7.  
  8. cls
  9. echo Printing GLitch manual...
  10. echo Switch printer off if you want to stop printing.
  11. copy glitch.doc prn > nul
  12. echo finished...
  13.