home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.9 / 1997-12_Disc_3.9_No._2.bin / PATCHES / creatrv2.zip / install.ini < prev    next >
Text File  |  1997-08-15  |  2KB  |  65 lines

  1. // Script to Install new IE4/NT/Win95 exe files
  2. // Copyright 1997 Cyberlife Technology Ltd
  3. /* Executables Version 1.0.2 Installation
  4.  
  5. proceedyn Are you sure you want to install the Update Pack?
  6.  
  7. // Installing .exe files
  8. /* Installing New .exe Files
  9.  
  10. move $creatures\Hatchery.exe $backup\Hatchery_old.exe
  11. copy Hatchery.exe $creatures\
  12. run $creatures\Hatchery.exe
  13.  
  14. move $creatures\Breeder's?Kit.exe $backup\Breeder_old.exe
  15. copy Breeder's?Kit.exe $creatures\
  16. run $creatures\Breeder's?Kit.exe
  17.  
  18. move $creatures\Creatures.exe $backup\Creatures_old.exe
  19. copy Creatures.exe $creatures\
  20. run $creatures\Creatures.exe
  21.  
  22. move $creatures\Funeral?Kit.exe $backup\Funeral_old.exe
  23. copy Funeral?Kit.exe $creatures\
  24. run $creatures\Funeral?Kit.exe
  25.  
  26. move $creatures\Backup.exe $backup\Backup_old.exe
  27. copy Backup.exe $creatures\
  28.  
  29.  
  30. move $creatures\Health?Kit.exe $backup\Health_old.exe
  31. copy Health?Kit.exe $creatures\
  32. run $creatures\Health?Kit.exe
  33.  
  34. move $creatures\Owner's?Kit.exe $backup\Owner_old.exe
  35. copy Owner's?Kit.exe $creatures\
  36. run $creatures\Owner's?Kit.exe
  37.  
  38. move $creatures\Science?Kit.exe $backup\Science_old.exe
  39. copy Science?Kit.exe $creatures\
  40. run $creatures\Science?Kit.exe
  41.  
  42. move $creatures\Score?Kit.exe $backup\Score_old.exe
  43. copy Score?Kit.exe $creatures\
  44. run $creatures\Score?Kit.exe
  45.  
  46. copy Eden.sfc $creatures\
  47.  
  48. move $creatures\Gauge.spr $backup\Gauge.spr
  49. copy Gauge.spr $creatures\
  50.  
  51. copy Restore?Science?Kit.bat $creatures\
  52. // Installing DLL's to Windows Directory.
  53.  
  54. checkcpy Msvcrt.dll $system\
  55. checkcpy Msvcirt.dll $system\
  56. checkcpy Mfc42.dll $system\
  57.  
  58. copy Creatures?Update?2.txt $creatures\
  59.  
  60. run $Creatures\Creatures?Update?2.txt
  61.  
  62. /* End Installtion.
  63.  
  64.  
  65.