home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_45 / TP_ET211.ZIP / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1993-05-12  |  655b  |  21 lines

  1. echo off
  2. cls
  3. echo ----------------------------------------------------------------
  4. echo.
  5. echo  This batch file will print TP-ET.DOC. You will need 14 pages
  6. echo  of paper in your printer. There are no special printer control
  7. echo  characters so this should print on any printer. 
  8. echo.
  9. echo ----------------------------------------------------------------
  10. echo.
  11. echo  Be sure your printer is ON and ON LINE................
  12. echo.
  13. echo  To cancel this batch file press CTRL-C
  14. echo.
  15. pause
  16. echo  Printing TP-ET.DOC Please Wait........................
  17. copy TP-ET.DOC PRN
  18. echo.
  19. echo  Finished..............................................
  20.  
  21.