home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
printer
/
lablmst2.arc
/
DOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-11-27
|
474b
|
11 lines
ECHO OFF
CLS
ECHO ╔═════════════════════════════════════════════════════════════════════════════╗
ECHO ║ Make Sure Your Printer Is On Line, Loaded With Paper, And Ready To Print. ║
ECHO ║ If You Do Not Want To Print Out The Documentation, Hold Down The Key ║
ECHO ║ Labeled Ctrl, And At The Same Time, Press C, Then Press Y. Otherwise.. ║
ECHO ╚═════════════════════════════════════════════════════════════════════════════╝
Pause
COPY MA.DOC PRN
CLS