home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 102.PRINTDOC.BAT < prev    next >
DOS Batch File  |  1993-05-13  |  708b  |  18 lines

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