home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo You are about to send WFGUT_1S documentation to the printer.
- echo This is done from the DOS prompt - under Windows or OS/2
- echo use the DOS window or Run DOS Command Procedure.
- echo
- echo To ABORT press the CONTROL and BREAK keys now....or....
- echo
- echo Turn printer ON and set paper to Top Of Form.........
- pause
- type wfgut_1s.doc>prn
- cls
- echo Printing Process Complete!
-