home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PCTV3N2.ZIP / TEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-02-14  |  194 b   |  15 lines

  1. @echo off
  2. writepro
  3. if errorlevel 2 goto other
  4. if errorlevel 1 goto wprot
  5. echo "No problem"
  6. goto end
  7. :other
  8. echo "Other error"
  9. goto end
  10. :wprot
  11. echo "Write protected"
  12. goto end
  13. :end
  14.  
  15.