home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 42 / PCGAMER42.bin / install.bat < prev    next >
DOS Batch File  |  1996-04-18  |  2KB  |  57 lines

  1. @echo off
  2. echo                        Kickoff 97 Demo
  3. echo.                       ===============
  4. echo. 
  5. echo ### Important Setup Information, please read before installing ###
  6. echo.
  7. echo To play / view this demo at its very best, then...
  8. echo.
  9. echo When installed, run 'KO97.EXE' from within the C:\KO97DEMO
  10. echo directory/folder. When onto first menu screen, immediately go
  11. echo into OPTIONS, and choose MEDIUM pitch, and choose OFFSIDE = ON.
  12. echo Then come out of this screen, and choose FRIENDLY. This DEMO
  13. echo gives you a taster of England vs Scotland, the teams can only be
  14. echo changed in the full retail version of Kick Off 97. When the game has
  15. echo started, at any time you can press SPACE BAR to go into even more
  16. echo in-depth options. In this option screen, choose GOAL DISPLAY = ON,
  17. echo or FULL. This will treat you to a replay of any goals scored from 3
  18. echo or 4 different camera angles. At any time during the demo, hitting
  19. echo any of the F5,F6,F7,F8 keys changes the camera angle/view. To view a
  20. echo replay of the last few seconds of action, hit the F10 key.
  21. echo.
  22. echo This demo takes up approx 30MB of hard drive space, and automatically
  23. echo installs into a C:\KO97DEMO directory/folder.
  24. echo.
  25. pause
  26. echo.
  27. echo.
  28. echo.
  29. echo.
  30. echo.
  31. echo.
  32. echo About to install Kick Off 97 Demo...
  33. echo.
  34. echo.
  35. pause
  36. echo.
  37. echo.
  38. echo.
  39. echo.
  40. echo.
  41. echo.
  42. echo Please wait a few minutes while demo installs...when install finishes,
  43. echo press CTRL and C together to quit install screen.
  44. echo.
  45. echo.
  46. echo                           Have Fun!!!
  47.  
  48.  
  49. mkdir c:\ko97demo
  50. xcopy game\*.* c:\ko97demo /s
  51. c:
  52. cd \ko97demo
  53. echo.
  54. echo Type KO97 to start
  55. echo.
  56.  
  57.