home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
utils
/
testdriv.zip
/
TESTDOC.BAT
next >
Wrap
DOS Batch File
|
1988-11-03
|
154b
|
9 lines
echo off
cls
echo You are about to copy the documentation to your printer
pause
echo Printing......
copy testdriv.doc prn
echo All done.
echo on