home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
021A
/
DOS222.ZIP
/
DOS222.INS
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-05-05
|
371b
|
9 lines
echo off
echo ╔═════════════════════════════════════════════════════════╗
echo ║ This will print menu documentation to a printer on LPT1 ║
echo ║ Make sure your printer is on and the paper is lined up. ║
echo ╚═════════════════════════════════════════════════════════╝
pause
copy register.doc lpt1:
copy dosmenu.doc lpt1: