home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- cdrom.exe p
- animplay.exe intro
- global\global.exe runnew
- rem ####
- :AGAIN
- main.exe
- rem ####
- if errorlevel 100 GOTO SKIP
- if errorlevel 2 GOTO GLOBAL_RUNNEW
- animplay.exe
- global\global.exe
- if errorlevel <> 0 GOTO SKIP
- GOTO AGAIN
- :GLOBAL_RUNNEW
- global\global.exe runnew
- if errorlevel <> 0 GOTO SKIP
- GOTO AGAIN
- rem ####
- :SKIP
- animplay.exe program done
- cdrom.exe s
- @echo on
-
-