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