home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- IF "%1"=="" GOTO ERR
- IF "%2"=="" GOTO ERR
- ECHO Thank you to purchase "INTERNATIONAL SOCCER"
- ECHO The program will install into your drive %2
- echo Please insert the disk into your drive %1
- pause
- %2
- cd\
- md is
- cd\is
- goto loop
-
- :loop
- if files "is.zip" does not exist goto disk
- goto error
-
- :disk
- xcopy %1\*.*
- pkunzip -d is.zip
- echo Installation completed!
- echo please type "IS" to play
- goto end
- :err
- echo ERROR!
- echo please type "install <source drive> <destination drive>
- echo e.g. install a: c:
- goto end
- :error
- echo The disk is wrong or the files was missed!
- echo please check it and put the correct disk into your drive %1
- pause
- goto loop
- :end
-
-
-