home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- setg.exe
- playit menuin.fli
- :_MAIN_START_
- menu mainmenu
-
- 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_
- call n3d.bat %1 %2 %3
- goto _START_
-
- :_ADVANTURE_
- call nadv.bat %1 %2 %3
- goto _START_
-
- :_OTHER_
- call nother.bat %1 %2 %3
- goto _START_
-
- :_ARCADE_
- call narcade.bat %1 %2 %3
- goto _START_
-
- :_SPORT_
- call nsport.bat %1 %2 %3
- goto _START_
-
- :_THINK_
- call nthink.bat %1 %2 %3
- goto _START_
-
- :_START_
- setg.exe
- playit menuout.fli
- goto _MAIN_START_
-
- :_END_
- sett.exe
-