home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / ECO30603.ZIP / ECO30603.LZH / ECOLIBII / DEMOS / A.BAT next >
Encoding:
DOS Batch File  |  1993-02-19  |  345 b   |  33 lines

  1. @echo off
  2. uaskwin Ja'Nee'Och_wellicht_wel Mededeling  15
  3. if errorlevel 255 goto wrong
  4. if errorlevel 3 goto miss
  5. if errorlevel 2 goto nok
  6. if errorlevel 1 goto ok
  7. goto bad
  8.  
  9.  
  10.  
  11. :wrong
  12. echo wrong
  13. goto quit
  14.  
  15. :ok
  16. echo ok
  17. goto quit
  18.  
  19. :nok
  20. echo nok
  21. goto quit
  22.  
  23. :miss
  24. echo wellicht
  25. goto quit
  26.  
  27. :bad
  28. echo bad
  29. goto quit
  30.  
  31.  
  32. :quit
  33.