home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- Echo ┌──────────────────────────────────────────────┐
- echo │ SUPER2 BUGFIX 1.07 Install Program │
- echo │ The Games need 2M Hard Disk space. │
- echo │ Press Ctrl+break to cancel │
- Echo └──────────────────────────────────────────────┘
- mdir /s%0 C:\SUPER2 /m /f2000000
- if errorlevel 1 goto first
- goto help
-
- :FIRST
- inst.bat
-
- :NewStart
- cls
- echo Loading....
- IF EXIST SUPER2.EXE GOTO OK
- ECHO SUPER HERO II Main file not found !!
- goto end
-
- :ok
- copy %1*.* /y >nul
- if exist update.exe update.exe
- if exist readme3.exe readme3.exe
-
- :done
- Echo Install Complete !!!
- goto end
-
- :help
- echo
- echo Target path error, or not enough disk space !!!
- echo
- goto end
-
- :end
- if exist inst.bat del inst.bat
-