home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / ezcard12.zip / PRINT_EZ.BAT < prev    next >
DOS Batch File  |  1991-03-26  |  608b  |  20 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo    ╔══════════════════════════════════════════════════════════════════════╗
  5. echo    ║   This will send the file EZCARD12.DOC to your printer (16 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 EZCARD12.DOC - One moment please....
  16. type EZCARD12.DOC > prn
  17. goto end
  18. :end
  19. cls
  20.