home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO This will print the EnVision Publisher Tutorial, the Answers to Common
- ECHO Questions, and the Reference Guide.
- ECHO The Tutorial is 33 pages, the Answers to Common Questions is 7 pages,
- ECHO and the Reference Guide is 113 pages.
- ECHO Please make sure that your printer is turned on and it has enough paper.
- ECHO -------------------------------------------------------------------------
- ECHO Press any key to start printing, or CTRL-C to cancel...
- ECHO -------------------------------------------------------------------------
- PAUSE
- CLS
- ECHO Printing the EnVision Publisher Tutorial...
- copy TUTORIAL.DOC PRN
- ECHO Done printing the Tutorial.
- ECHO Printing the Answers to Common Questions...
- copy ANSWERS.DOC PRN
- ECHO Done printing the Answers to Common Questions.
- ECHO Printing the EnVision Publisher Reference Guide...
- copy MANUAL.DOC PRN
- CLS
- ECHO Printing complete.
- ECHO ON