home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SDN¹ Plus
/
SDN1_.cdr
/
sdn
/
game1
/
harness.sdn
/
PRINTME.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-12-13
|
400b
|
12 lines
echo off
cls
echo This will print the instructions for the Cambridge Harness Handicapper.
echo Make sure your printer is on line and set the print head at the very
echo top of a page. If you don't want to print the instruction manual now,
echo hit CTRL-C to stop this batch file. Otherwise,
pause
echo off
cls echo Printing instructions now...
copy harness.doc prn
echo Printing complete!