home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1
/
HamRadio.cdr
/
misc
/
pc-hamd3
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1986-05-26
|
512b
|
20 lines
ECHO OFF
CLS
ECHO Copy the documentation file, PC-HAM.DOC, to your printer before starting.
ECHO
ECHO
ECHO This batch file will do that for you if your system has a reasonably
ECHO friendly printer as the PRN: device.
ECHO
ECHO
ECHO Make sure your printer is ON, ON-LINE, and set to its TOP OF FORM position.
ECHO
ECHO
ECHO Press the CTRL BREAK key combination if you want to abort this copy.
ECHO
ECHO
ECHO
PAUSE
COPY PC-HAM.DOC PRN:
CLS