home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / Chip_1997-07_cd.bin / tema / simopt / ezz / ezz.bat < prev    next >
DOS Batch File  |  1997-03-19  |  410b  |  23 lines

  1. @Echo off
  2. call ezz_sh.exe 0
  3. goto podm
  4. :atom
  5. call atom.exe 1
  6. goto ezz
  7. :klas
  8. call klas.exe 1 
  9. goto ezz
  10. :alter
  11. call alter.exe 1
  12. goto ezz
  13. :ezz
  14. call ezz_sh.exe 1
  15. rem ************************* volani jednotlivych modulu 
  16. :podm
  17. if errorlevel 102 goto klas
  18. if errorlevel 101 goto alter
  19. if errorlevel 100 goto atom
  20. if errorlevel 0    goto exit
  21. rem ************************* ukonceni
  22. :exit
  23. @Echo on