home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / WP / WP059.ZIP / PRINTMAN.BAT < prev    next >
DOS Batch File  |  1990-07-14  |  841b  |  28 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo  ╔══════════════════════════════════════╗
  6. echo  ║ This batch file will print the       ║
  7. echo  ║ TP-ET.DOC to your printer.           ║
  8. echo  ║ there are no special printer codes so║
  9. echo  ║ it should print on any printer.      ║
  10. echo  ║ The manual will take 10 sheets of    ║
  11. echo  ║ paper. Be sure you have enough       ║
  12. echo  ║ paper in your printer. Make sure     ║
  13. echo  ║ your paper is at Top of Form before  ║
  14. echo  ║ printing the manual.                 ║
  15. echo  ║ Be sure TP-ET.DOC is on the same     ║
  16. echo  ║ Drive/Path as this batch file.       ║
  17. echo  ╚══════════════════════════════════════╝
  18. echo.
  19. echo. 
  20. echo    Press CTRL C if you are not ready to start. 
  21. echo. 
  22. pause 
  23. echo    Printing................. 
  24. copy tp-et.man doc 
  25. echo. 
  26. echo    Finished................. 
  27.  
  28.