home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 42
/
PCGAMER42.bin
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-04-18
|
2KB
|
57 lines
@echo off
echo Kickoff 97 Demo
echo. ===============
echo.
echo ### Important Setup Information, please read before installing ###
echo.
echo To play / view this demo at its very best, then...
echo.
echo When installed, run 'KO97.EXE' from within the C:\KO97DEMO
echo directory/folder. When onto first menu screen, immediately go
echo into OPTIONS, and choose MEDIUM pitch, and choose OFFSIDE = ON.
echo Then come out of this screen, and choose FRIENDLY. This DEMO
echo gives you a taster of England vs Scotland, the teams can only be
echo changed in the full retail version of Kick Off 97. When the game has
echo started, at any time you can press SPACE BAR to go into even more
echo in-depth options. In this option screen, choose GOAL DISPLAY = ON,
echo or FULL. This will treat you to a replay of any goals scored from 3
echo or 4 different camera angles. At any time during the demo, hitting
echo any of the F5,F6,F7,F8 keys changes the camera angle/view. To view a
echo replay of the last few seconds of action, hit the F10 key.
echo.
echo This demo takes up approx 30MB of hard drive space, and automatically
echo installs into a C:\KO97DEMO directory/folder.
echo.
pause
echo.
echo.
echo.
echo.
echo.
echo.
echo About to install Kick Off 97 Demo...
echo.
echo.
pause
echo.
echo.
echo.
echo.
echo.
echo.
echo Please wait a few minutes while demo installs...when install finishes,
echo press CTRL and C together to quit install screen.
echo.
echo.
echo Have Fun!!!
mkdir c:\ko97demo
xcopy game\*.* c:\ko97demo /s
c:
cd \ko97demo
echo.
echo Type KO97 to start
echo.