home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Between Heaven & Hell 2
/
BetweenHeavenHell.cdr
/
100
/
30
/
printdoc.bat
< prev
next >
Wrap
DOS Batch File
|
1987-10-28
|
309b
|
17 lines
echo off
cls
echo
echo This Batch file will print the Outline! documentation file MANUAL.DOC
echo to printer port LPT1:.
echo
echo Press any key to begin (^Break to Abort)
echo
pause
echo
echo Now printing . . . .
copy manual.doc lpt1:
echo
echo Printing complete
echo