home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Action 3
/
cdaction031996.iso
/
start.bat
< prev
Wrap
DOS Batch File
|
1996-07-02
|
604b
|
40 lines
@echo off
set DOS4G=quiet
bin\main.exe
if errorlevel 4 goto end
if errorlevel 3 goto gry
if errorlevel 2 goto scena
if errorlevel 1 goto sware
if errorlevel 0 goto prog
goto end
:gry
bin\select.exe bin\gry.dsc
call c:cdaction.bat > nul
del c:cdaction.bat > nul
goto end
:scena
bin\select.exe bin\scena.dsc
call c:cdaction.bat > nul
del c:cdaction.bat > nul
goto end
:sware
bin\select.exe bin\sware.dsc
c:cdaction.bat > nul
del c:cdaction.bat > nul
goto end
:prog
bin\select.exe bin\prog.dsc
call c:cdaction.bat > nul
del c:cdaction.bat > nul
goto end
:end