home *** CD-ROM | disk | FTP | other *** search
- 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