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