home *** CD-ROM | disk | FTP | other *** search
- 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