home *** CD-ROM | disk | FTP | other *** search
- clear
-
- godir %1:%4 cantcreate
-
- cls
- %2:checkcpu
- if ERRORLEVEL 5 goto fail
- if ERRORLEVEL 4 goto processor486
-
- :printend
-
- copy %2:*.*
- del install.*
- del resource.cfg
- del bootdisk.exe
- echo %2 >cd.cfg
-
- cls
- echo You should now type - SETSOUND
- echo To configure the sound for your
- echo soundcard.
- echo
- echo To play Ultimate Soccer Manager demo from DOS now:
- echo Type USM2 [ENTER].
- echo
- echo To play Ultimate Soccer Manager 2 demo later:
- echo From the directory of %1:%4,
- echo Type USM2 and press [ENTER].
- echo
- echo (For instructions on how to run SETSOUND or USM2
- echo from WINDOWS, please refer to your USM2 manual
- echo or from the README file contained on your USM2 CD)
- echo
- pause
- goto quit
-
- :cantcreate
- alert Unable to create directory %1:%4
- pause
- goto quit
-
- :processor486
- cls
- echo You have a slow 486 processor or a
- echo processor our install cannot recognise.
- echo
- echo The animations in this game cannot
- echo run from CD on a slow 486 processor.
- echo
- echo If you wish to install the anims to
- echo your HD then press 'Y' (warning
- echo this will take another 5mb of
- echo hardrive space up)
- echo otherwise press 'N' for no animations.
- echo
- echo If you have a fast processor and CD-Rom,
- echo check the Readme file
-
- :repick
- pick yn do486 dontdo486
- goto repick
-
- :do486
- echo A >HDANIMS
- copy %2:\anims\*.*
- goto printend
-
- :dontdo486
- echo A >NOANIMS
- goto printend
-
-
- :fail
- alert You require a 486 or better to Run USM2.
- pause
- goto quit
-
- :quit
- end
-
-