home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔═════════════════════════════════════════════════════════╗
- echo ║ Cambridge Greyhound Handicapper 4 ║
- echo ║ Instruction Manual ║
- echo ╠═════════════════════════════════════════════════════════╣
- echo ║ This batch file will print the Greyhound 4 ║
- echo ║ instruction manual. You will need 30 sheets of paper. ║
- echo ║ If you have a tractor-feed printer, position the ║
- echo ║ paper so that the print head is at the top of a ║
- echo ║ page. If you want to exit without printing the manual, ║
- echo ║ hit CTRL-C now. Strike any other key to print. ║
- echo ╚═════════════════════════════════════════════════════════╝
- pause > nul
- cls
- echo Printing Instruction Manual Now...
- copy hounds4.doc prn
- cls
- echo:
- echo The Manual has been printed! Enjoy!
- prompt $p$g
-