home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 December
/
DKMMSAMP.iso
/
ENG
/
INSTALL.SCR
< prev
next >
Wrap
Text File
|
1996-10-09
|
1KB
|
74 lines
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 from DOS now:
echo Type USM2 [ENTER].
echo
echo To play Ultimate Soccer Manager 2 later:
echo From the directory of %1:%4,
echo Type USM2 and press [ENTER].
echo
echo
pause
goto quit
:cantcreate
alert Unable to create directory %1:%4
pause
goto quit
:processor486
cls
echo You have a slow 486 processor.
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.
: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