home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
16
/
VCC20.ZIP
/
ORDER.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-07-01
|
449b
|
18 lines
@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