home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / misc / cgreyh45.zip / PRINTME.BAT < prev    next >
DOS Batch File  |  1994-01-03  |  971b  |  23 lines

  1. echo off
  2. cls
  3. echo        ╔═════════════════════════════════════════════════════════╗
  4. echo        ║       Cambridge Greyhound Handicapper Version 4.5       ║
  5. echo        ║                    Instruction Manual                   ║
  6. echo        ╠═════════════════════════════════════════════════════════╣
  7. echo        ║  This batch file will print the Greyhound Handicapper   ║
  8. echo        ║  instruction manual. You will need 36 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 hounds45.doc prn
  18. cls
  19. echo:
  20. echo The Manual has been printed! Enjoy!
  21. prompt $p$g
  22.  
  23.