home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / pcoutlne.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1987-10-28  |  309b  |  17 lines

  1. echo off
  2. cls
  3. echo  
  4. echo This Batch file will print the Outline! documentation file MANUAL.DOC
  5. echo to printer port LPT1:.
  6. echo  
  7. echo Press any key to begin (^Break to Abort)
  8. echo  
  9. pause
  10. echo  
  11. echo      Now printing . . . .
  12. copy manual.doc lpt1:
  13. echo  
  14. echo      Printing complete
  15. echo  
  16.  
  17.