home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- Echo ┌──────────────────────────────────────────────┐
- echo │ CAR_WAR Install Program │
- echo │ The Games need 15M Hard Disk space. │
- echo │ Press Ctrl+break to cancel │
- Echo └──────────────────────────────────────────────┘
- mdir /s%0 C:\CAR_WAR /m /f15000000
- if errorlevel 1 goto first
- goto help
-
- :FIRST
- inst.bat
-
- :NewStart
- cls
- echo Loading....
-
- %1CAR_warx.exe
- if exist setup.bat call setup.bat
-
- :done
- cls
- Echo Install Complete !!!
- echo Type Play to start
- goto end
-
- :help
- echo
- echo Target path error, or not enough disk space !!!
- echo
- goto end
-
- :end
- if exist inst.bat del inst.bat
-