home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
genapps
/
basebal4.arj
/
PRINTME.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-01-01
|
981b
|
27 lines
echo off
cls
echo ╔═════════════════════════════════════════════════════════╗
echo ║ Baseball Statpak 4.0 ║
echo ║ Instruction Manual ║
echo ╠═════════════════════════════════════════════════════════╣
echo ║ This batch file will print the Baseball Statpak 4.0 ║
echo ║ instruction manual. You will need 40 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 stat40.doc prn
cls
echo:
echo The Manual has been printed! Enjoy!
prompt $p$g