home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 3 / cd.iso / earth / install / install.scr < prev    next >
Text File  |  1994-12-07  |  2KB  |  90 lines

  1. :start
  2. cd ..
  3. godir %1:%4 CantCreate
  4. space %1: 4500 NoMinSpace
  5. rem *** copy files to install destination directory ***
  6. clear
  7. godir %1:%4\data CantCreate
  8. rem copy %2:install\german.cfg .\language.cfg
  9. copy %2:data\*.* .
  10. godir %1:%4\sos CantCreate
  11. copy %2:sos\*.* .
  12. godir %1:%4\sset CantCreate
  13. copy %2:sset\*.* .
  14. godir %1:%4\vol CantCreate
  15. copy %2:vol\simsound.vol .
  16. copy %2:vol\simvoice.vol .
  17. godir %1:%4\install CantCreate
  18. copy %2:install\*.* .
  19. copy %2:install\hdstuff\*.* .
  20. godir %1:%4 CantCreate
  21. copy %2:install\resource.cfg .
  22. copy %2:stuff\*.* .
  23. clear
  24. rem *** make executable batch file ***
  25. echo @echo off>esdemo.bat
  26. echo mode co80>>esdemo.bat
  27. echo set ALT_DRIVE=%1:>>esdemo.bat
  28. echo set PREFER_ALT=1>>esdemo.bat
  29. echo %2:>>esdemo.bat
  30. echo cd \esdemo>>esdemo.bat
  31. echo escd>>esdemo.bat
  32. echo %1:>>esdemo.bat
  33.  
  34. clear
  35. echo
  36. echo  To play the EarthSiege demo NOW:
  37. echo    Type ESDEMO [ENTER].
  38. echo
  39. echo  To play LATER:
  40. echo     From the directory of %1:%4,
  41. echo     Type ESDEMO and press [ENTER].
  42. echo     Make sure the CD is in the same
  43. echo     drive that the game was installed from.
  44. echo
  45. pause
  46.  
  47. rem *** add flic path to resource file ***
  48. echo @echo off >data\addr.bat
  49. echo install\addres FlicPlayer pathFlic flic\ %2 resource.cfg >>data\addr.bat
  50.  
  51. :done
  52. end
  53.  
  54.  
  55.  
  56.  
  57.  
  58. :NoMinSpace
  59. clear
  60. echo
  61. echo There is not enough space on %1: to install EarthSiege!
  62. echo 4.5 megabytes of disk space are necessary.
  63. echo
  64. pause
  65. goto end
  66.  
  67. :NoMedSpace
  68. clear
  69. echo
  70. echo There is not enough space on %1: for the medium sized
  71. echo installation of EarthSiege. 10.5 Megabytes are necessary.
  72. pause
  73. goto start
  74.  
  75. :NoMaxSpace
  76. clear
  77. echo
  78. echo There is not enough space on %1: for the maximum sized
  79. echo installation of EarthSiege. 32 Megabytes are necessary.
  80. pause
  81. goto start
  82.  
  83.  
  84. :CantCreate
  85. alert Unable to create directory
  86. end
  87.  
  88.  
  89.  
  90.