home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / ezcard13.zip / EZ_PRINT.BAT < prev    next >
DOS Batch File  |  1991-04-08  |  615b  |  21 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo    ╔══════════════════════════════════════════════════════════════════════╗
  5. echo    ║   This will send the file EZCARD13.DOC to your printer (17 pages).   ║
  6. echo    ║   Set your paper about one inch above the print-ribbon, then press   ║
  7. echo    ║   [ENTER] to begin. ■ Pressing any *OTHER* key will cancel this.     ║
  8. echo    ╚══════════════════════════════════════════════════════════════════════╝
  9. anykey
  10. if errorlevel 13 goto printit
  11. goto end
  12. :printit
  13. echo.
  14. echo.
  15. echo     Printing EZCARD13.DOC - One moment please....
  16. type EZCARD13.DOC > prn
  17. goto end
  18. :end
  19. cls
  20. echo.
  21.