home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / utility / edit / workbnch / printme.bat < prev    next >
DOS Batch File  |  1993-07-27  |  166b  |  13 lines

  1. @echo off
  2. cls
  3. if not exist MANUAL.TXT goto FEHLER
  4. copy manual.txt PRN
  5. goto ENDE
  6. :FEHLER
  7. echo.
  8. echo File MANUAL.TXT not found.
  9. echo.
  10. goto ENDE
  11. :ENDE
  12. echo.
  13.