home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo ╔═══════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ This print option utilizes the DOS command, ║
- echo ║ COPY ORDER.TXT PRN, to print your order form. ║
- echo ║ Please prepare your printer accordingly, now. ║
- echo ║ If you receive an "ABORT, RETRY, IGNORE, FAIL?" ║
- echo ║ message, it means your printer is not available. ║
- echo ║ Please check to be sure it is turned on, and that ║
- echo ║ it is available. When the printer is ready, ║
- echo ║ select [R]etry or [I]gnore to print. If your ║
- echo ║ printer remains unavailable, select either [A]bort ║
- echo ║ or [F]ail to return to the demonstration menu. ║
- echo ║ If you have any problems, consult your DOS manual, ║
- echo ║ or call us: ║
- echo ║ 312-329-0700. ║
- echo ║ ║
- echo ╚═══════════════════════════════════════════════════════╝
- echo
- echo
- pause
- copy order.txt prn
- echo
- echo
- echo If printer is available, document should now be printing ...
- echo
- echo