home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo ╔═════════════════════════════════════════════════════════╗
- echo ║ This will print HDM's documetation 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 hdm.doc lpt1:
-