home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- setg.exe
- sayit cvr2.dwd
- if errorlevel 99 goto _NOSOUND_
- playit menuin.fli m2.dwm
- if errorlevel 99 goto _NOSOUND_
- sayit cvr3.dwd
- :_MAIN_START_
- menu mainmenu m1.dwm
-
- if errorlevel -1 goto _END_
- if errorlevel 6 goto _END_
- if errorlevel 5 goto _OTHER_
- if errorlevel 4 goto _THINK_
- if errorlevel 3 goto _ADVANTURE_
- if errorlevel 2 goto _3D_
- if errorlevel 1 goto _ARCADE_
- if errorlevel 0 goto _SPORT_
- goto _END_
-
- :_3D_
- sayit cvr4.dwd
- call 3d.bat %1 %2 %3
- goto _START_
-
- :_ADVANTURE_
- sayit cvr9.dwd
- call adv.bat %1 %2 %3
- goto _START_
-
- :_OTHER_
- sayit cvr7.dwd
- call other.bat %1 %2 %3
- goto _START_
-
- :_ARCADE_
- sayit cvr5.dwd
- call arcade.bat %1 %2 %3
- goto _START_
-
- :_SPORT_
- sayit cvr6.dwd
- call sport.bat %1 %2 %3
- goto _START_
-
- :_THINK_
- sayit cvr8.dwd
- call think.bat %1 %2 %3
- goto _START_
-
- :_START_
- setg.exe
- playit menuout.fli
- goto _MAIN_START_
-
- :_END_
- sayit cvr11.dwd
- sett.exe
- goto _LASTEND_
-
- :_NOSOUND_
- CALL RUNNOS.BAT %1 %2 %3
-
- :_LASTEND_
- @echo off
- cls
-
-
-
-
-
-