home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- Echo ┌──────────────────────────────────────────────┐
- echo │ HR2 Install Program │
- echo │ The Games need 18M Hard Disk space. │
- echo │ Press Ctrl+break to cancel │
- Echo └──────────────────────────────────────────────┘
- mdir /s%0 C:\HR2 /m /f18000000
- if errorlevel 1 goto first
- goto help
-
- :FIRST
- inst.bat
-
- :NewStart
- cls
- echo Loading....
-
- %1HR2x.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
-