home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 January / Hrac_17_1998-01_cd.bin / DATA / ROOT / INST_SON.BAT < prev    next >
DOS Batch File  |  1998-01-13  |  2KB  |  83 lines

  1. echo Install Dreams on drive %1:
  2. echo Please wait...
  3. echo -------------------------------------------------
  4.  
  5.  
  6. md %1:\cryo > NUL
  7. md %1:\cryo\dreams > NUL
  8. md %1:\cryo\dreams\data > NUL
  9.  
  10. md %1:\cryo\dreams\data\3dc > NUL
  11. md %1:\cryo\dreams\data\sound > NUL
  12. md %1:\cryo\dreams\data\univbe > NUL
  13. md %1:\cryo\dreams\data\game > NUL
  14. md %1:\cryo\dreams\data\anim > NUL
  15.  
  16. xcopy *.* %1:\cryo\dreams > NUL
  17. xcopy \data\hd.id %1:\cryo\dreams\data > NUL
  18. xcopy \data\replay.bin %1:\cryo\dreams\data > NUL
  19.  
  20. xcopy \data\3dc\dialog.drd %1:\cryo\dreams\data\3dc > NUL
  21. xcopy \data\3dc\*.3dc %1:\cryo\dreams\data\3dc > NUL
  22. xcopy \data\3dc\*.3dm %1:\cryo\dreams\data\3dc > NUL
  23.  
  24. xcopy \data\anim\*.* %1:\cryo\dreams\data\anim > NUL
  25.  
  26. xcopy \data\sound\*.* %1:\cryo\dreams\data\sound > NUL
  27. xcopy \data\univbe\*.* %1:\cryo\dreams\data\univbe > NUL
  28.  
  29. %1:
  30.  
  31. cd %1:\cryo\dreams\data\sound
  32. call setsound.exe
  33.  
  34. cd %1:\cryo\dreams
  35.  
  36. echo -------------------------------------------------
  37. echo Full install : 60 Meg required
  38. echo Minimum install : 20 Meg required
  39. echo -------------------------------------------------
  40.  
  41. :instd
  42.  
  43. echo Do you want the Minimum install ( Yes, No)
  44. getkey
  45.  
  46. if errorlevel 122 goto instDefault
  47. if errorlevel 121 goto instdMin
  48. if errorlevel 120 goto instDefault
  49. if errorlevel 111 goto instDefault
  50. if errorlevel 110 goto instdMax
  51. if errorlevel 109 goto instDefault
  52. if errorlevel 90 goto instDefault
  53. if errorlevel 89 goto instdMin
  54. if errorlevel 88 goto instDefault
  55. if errorlevel 79 goto instDefault
  56. if errorlevel 78 goto instdMax
  57. if errorlevel 77 goto instDefault
  58.  
  59. goto instd
  60.  
  61. :instdMax
  62. copy %1:\cryo\dreams\data\hd.id %1:\cryo\dreams\data\full.id
  63.  
  64. :instdMin
  65. :instDefault
  66.  
  67. echo -------------------------------------------------
  68. echo -
  69. echo Type...
  70. echo -
  71. echo windream.exe for Win 95 DirectX 5 - RAM 16 Meg Minimum -
  72. echo gdidream.exe for Win 95           - RAM 16 Meg -
  73. echo -
  74. echo dreams.exe   for Dos Version      - RAM 16 Meg -
  75. echo dreamsfx.exe for 3DFX Patch Dos   - RAM 20 Meg -
  76. echo -
  77. echo -------------------------------------------------
  78. echo -------------------------------------------------
  79. echo Dreams Install OK in %1:\CRYO\DREAMS
  80. echo -------------------------------------------------
  81.  
  82. echo on
  83.