home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%2"=="INS" goto newstart
- :start
- cls
- Echo ┌──────────────────────────────────┐
- echo │ SM Install Program │
- echo │ Program need 20M Hard Disk Space │
- echo │ Program By : TUNG YEUNG SING!! │
- Echo └──────────────────────────────────┘
- mdir c:\sm /m /f19857538
- if errorlevel 8 goto driveH
- if errorlevel 7 goto driveG
- if errorlevel 6 goto driveF
- if errorlevel 5 goto driveE
- if errorlevel 4 goto driveD
- if errorlevel 3 goto driveC
- if errorlevel 2 goto driveB
- if errorlevel 1 goto driveA
- goto help
-
- :driveA
- copy a:install.bat inst.bat
- inst A: INS
-
- :driveB
- copy b:install.bat inst.bat
- inst B: INS
-
- :driveC
- copy c:install.bat inst.bat
- inst C: INS
-
- :driveD
- copy d:install.bat inst.bat
- inst D: INS
-
- :driveE
- copy e:install.bat inst.bat
- inst E: INS
-
- :driveF
- copy f:install.bat inst.bat
- inst F: INS
-
- :driveG
- copy g:install.bat inst.bat
- inst G: INS
-
- :driveH
- copy h:install.bat inst.bat
- inst H: INS
-
- :NewStart
- cls
- echo Loading....
- %1DEARJ x -vv -jyc %1SM.001
- rem setup
-
- cls
- Echo Install Complete !!!
- ECHO Type INSTALL to Sound Setup.
- ECHO Type SM to start.
- goto end
-
- :help
- echo
- echo Target path error, or not enough disk space !!!
- echo
- :end
-