home *** CD-ROM | disk | FTP | other *** search
/ CD Review 63 / cdreview-63-1996-12.iso / eng / install.scr < prev    next >
Text File  |  1996-10-21  |  2KB  |  81 lines

  1. clear
  2.  
  3. godir %1:%4 cantcreate
  4.  
  5. cls
  6. %2:checkcpu
  7. if ERRORLEVEL 5 goto fail
  8. if ERRORLEVEL 4 goto processor486
  9.  
  10. :printend
  11.  
  12. copy %2:*.*
  13. del install.*
  14. del resource.cfg
  15. del bootdisk.exe
  16. echo %2 >cd.cfg
  17.  
  18. cls
  19. echo    You should now type - SETSOUND
  20. echo    To configure the sound for your
  21. echo    soundcard.
  22. echo
  23. echo  To play Ultimate Soccer Manager demo from DOS now:
  24. echo     Type USM2 [ENTER].
  25. echo
  26. echo  To play Ultimate Soccer Manager 2 demo later:
  27. echo     From the directory of %1:%4,
  28. echo     Type USM2 and press [ENTER].
  29. echo
  30. echo  (For instructions on how to run SETSOUND or USM2
  31. echo   from WINDOWS, please refer to your USM2 manual
  32. echo   or from the README file contained on your USM2 CD)
  33. echo
  34. pause
  35. goto quit
  36.  
  37. :cantcreate
  38. alert Unable to create directory %1:%4
  39. pause
  40. goto quit
  41.  
  42. :processor486
  43. cls
  44. echo  You have a slow 486 processor or a
  45. echo     processor our install cannot recognise.
  46. echo
  47. echo  The animations in this game cannot
  48. echo     run from CD on a slow 486 processor.
  49. echo
  50. echo  If you wish to install the anims to
  51. echo     your HD then press 'Y' (warning
  52. echo     this will take another 5mb of
  53. echo     hardrive space up)
  54. echo  otherwise press 'N' for no animations.
  55. echo
  56. echo  If you have a fast processor and CD-Rom,
  57. echo     check the Readme file
  58.  
  59. :repick
  60. pick yn do486 dontdo486
  61. goto repick
  62.  
  63. :do486
  64. echo A >HDANIMS
  65. copy %2:\anims\*.*
  66. goto printend
  67.  
  68. :dontdo486
  69. echo A >NOANIMS
  70. goto printend
  71.  
  72.  
  73. :fail
  74. alert You require a 486 or better to Run USM2.
  75. pause
  76. goto quit
  77.  
  78. :quit
  79. end
  80.  
  81.