home *** CD-ROM | disk | FTP | other *** search
- @REM This batch file will print ORDER.FRM
- @REM on your printer but asks yes/no first
- @
- @cls
- @echo This batch file will print the VCC ORDER.FRM file on your printer.
- @echo.
- @echo Would you like to print out the order form?
- @choice
- @if errorlevel 2 goto end
- @echo.
- @echo Please turn on your printer and
- @pause
- @copy order.frm prn
- @echo.
- @echo The VCC 3.0 order form should be printing now...
- @echo Thank you for registering VCC!
- :end
-