home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This will print out the instructions for The Cambridge Greyhound
- echo Handicapper. Make sure your printer is turned on. Position the
- echo paper so that the print head is at the top of a page. You will
- echo need 21 sheets of paper. If you don't want to print the Greyhound
- echo instructions now, hit CTRL-C to abandon printing. Otherwise,
- pause
- cls
- echo Printing Greyhound Instructions.....
- copy hounds.doc prn
- echo Printout complete. Now go have some fun with the program!
-