home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 December / DKMMSAMP.iso / ENG / INSTALL.SCR < prev    next >
Text File  |  1996-10-09  |  1KB  |  74 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 from DOS now:
  24. echo     Type USM2 [ENTER].
  25. echo
  26. echo  To play Ultimate Soccer Manager 2 later:
  27. echo     From the directory of %1:%4,
  28. echo     Type USM2 and press [ENTER].
  29. echo
  30. echo
  31. pause
  32. goto quit
  33.  
  34. :cantcreate
  35. alert Unable to create directory %1:%4
  36. pause
  37. goto quit
  38.  
  39. :processor486
  40. cls
  41. echo  You have a slow 486 processor.
  42. echo
  43. echo  The animations in this game cannot
  44. echo     run from CD on a slow 486 processor.
  45. echo
  46. echo  If you wish to install the anims to
  47. echo     your HD then press 'Y' (warning
  48. echo     this will take another 5mb of
  49. echo     hardrive space up)
  50. echo  otherwise press 'N' for no animations.
  51.  
  52. :repick
  53. pick yn do486 dontdo486
  54. goto repick
  55.  
  56. :do486
  57. echo A >HDANIMS
  58. copy %2:\anims\*.*
  59. goto printend
  60.  
  61. :dontdo486
  62. echo A >NOANIMS
  63. goto printend
  64.  
  65.  
  66. :fail
  67. alert You require a 486 or better to Run USM2.
  68. pause
  69. goto quit
  70.  
  71. :quit
  72. end
  73.  
  74.