home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF033B.ZIP / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1991-02-10  |  546b  |  26 lines

  1. :begin
  2. @echo off
  3. cls
  4. echo  
  5. echo  
  6. echo  You will need approximately 110 pages in your printer to print Slvit4.Doc.
  7. echo  
  8. echo  Prepare printer....set ON LINE on....set to top of paper....
  9. echo  
  10. echo  or press "ctl-break" to quit...answer "Y" at question...
  11. echo  
  12. echo  
  13. pause
  14. echo  
  15. if not exist slvit4.doc goto errormsg
  16. type slvit4.doc >prn
  17. if errorlevel 0 goto end
  18. :errormsg
  19. echo  Cannot Find File SLVIT4.DOC
  20. echo  
  21. echo  Make Sure That SLVIT4.DOC Is On This Disk or In This Directory!!
  22. echo  
  23. echo  
  24. :end
  25. @echo on
  26.