home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / basest40.zip / PRINTME.BAT < prev    next >
DOS Batch File  |  1993-11-22  |  981b  |  27 lines

  1. echo off
  2. cls
  3. echo        ╔═════════════════════════════════════════════════════════╗
  4. echo        ║                Baseball Statpak 4.0                     ║
  5. echo        ║                 Instruction Manual                      ║
  6. echo        ╠═════════════════════════════════════════════════════════╣
  7. echo        ║  This batch file will print the Baseball Statpak 4.0    ║
  8. echo        ║  instruction manual. You will need 40 sheets of paper.  ║
  9. echo        ║  If you have a tractor-feed printer, position the       ║
  10. echo        ║  paper so that the print head is at the top of a        ║
  11. echo        ║  page. If you want to exit without printing the manual, ║
  12. echo        ║  hit CTRL-C now. Strike any other key to print.         ║
  13. echo        ╚═════════════════════════════════════════════════════════╝
  14. pause > nul
  15. cls
  16. echo  Printing Instruction Manual Now...
  17. copy stat40.doc prn
  18. cls
  19. echo:
  20. echo The Manual has been printed! Enjoy!
  21. prompt $p$g
  22.  
  23.  
  24.  
  25.  
  26.  
  27.