home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. CD ROM (Annual Premium Edition)
/
premium.zip
/
premium
/
DOSGRAPH
/
EVP154B.ZIP
/
PRINTREG.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-14
|
732b
|
17 lines
ECHO OFF
CLS
ECHO This will print the Registration Information file. This file contains details
ECHO about EnVision Publisher Plus and EnVision Publisher Pro which you will receive
ECHO when you register, and information on how to register EnVision Publisher.
ECHO It will also print the Registration Form.
ECHO Please make sure that your printer is turned on.
ECHO -------------------------------------------------------------------------------
ECHO Press any key to start printing, or CTRL-C to cancel...
ECHO -------------------------------------------------------------------------------
PAUSE
CLS
ECHO Printing the Registration Information file...
copy register.doc prn
CLS
ECHO Printing done.
ECHO ON