home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 1_Art.iso / evp / printdoc.bat < prev    next >
DOS Batch File  |  1994-06-01  |  923b  |  23 lines

  1. ECHO OFF
  2. CLS
  3. ECHO This will print the EnVision Publisher Tutorial, the Answers to Common
  4. ECHO Questions, and the Reference Guide.
  5. ECHO The Tutorial is 33 pages, the Answers to Common Questions is 7 pages,
  6. ECHO and the Reference Guide is 113 pages.
  7. ECHO Please make sure that your printer is turned on and it has enough paper.
  8. ECHO -------------------------------------------------------------------------
  9. ECHO         Press any key to start printing, or CTRL-C to cancel...
  10. ECHO -------------------------------------------------------------------------
  11. PAUSE
  12. CLS
  13. ECHO Printing the EnVision Publisher Tutorial...
  14. copy TUTORIAL.DOC PRN
  15. ECHO Done printing the Tutorial.
  16. ECHO Printing the Answers to Common Questions...
  17. copy ANSWERS.DOC PRN
  18. ECHO Done printing the Answers to Common Questions.
  19. ECHO Printing the EnVision Publisher Reference Guide...
  20. copy MANUAL.DOC PRN
  21. CLS
  22. ECHO Printing complete.
  23. ECHO ON