home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- Echo ┌──────────────────────────────────────────────┐
- echo │ BRINGUP Install Program │
- echo │ The Games need 20M Hard Disk space. │
- echo │ Program by : KINNY WONG! │
- Echo └──────────────────────────────────────────────┘
- mdir /s%0 C:\BRINGUP /m /f20000000
- if errorlevel 1 goto first
- goto help
-
- :FIRST
- inst.bat
-
- :NewStart
- cls
- echo Loading....
-
- %1BRINGUP
-
- :done
- cls
- Echo Install Complete !!!
- echo Run JAPAN WINDOWS 95.
- echo Run BRINGUP.EXE 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
-