home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 July
/
Chip_1997-07_cd.bin
/
tema
/
simopt
/
ezz
/
ezz.bat
< prev
next >
Wrap
DOS Batch File
|
1997-03-19
|
410b
|
23 lines
@Echo off
call ezz_sh.exe 0
goto podm
:atom
call atom.exe 1
goto ezz
:klas
call klas.exe 1
goto ezz
:alter
call alter.exe 1
goto ezz
:ezz
call ezz_sh.exe 1
rem ************************* volani jednotlivych modulu
:podm
if errorlevel 102 goto klas
if errorlevel 101 goto alter
if errorlevel 100 goto atom
if errorlevel 0 goto exit
rem ************************* ukonceni
:exit
@Echo on