home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / delphine / inst_ful.bat < prev    next >
DOS Batch File  |  1995-06-27  |  3KB  |  117 lines

  1. @echo off
  2. echo.
  3. echo FADE TO BLACK - (c) DELPHINE SOFTWARE 1995 
  4. rem Version of 27 june 1995
  5.  
  6. if "%1==" goto SYNTAXE
  7. if "%2==" goto SYNTAXE
  8. if "%3==" goto SYNTAXE
  9.  
  10. set SRCDRV=%1\delphine
  11. set DSTDRV=%2
  12. set DSTDIR=%3
  13.  
  14.  
  15.  
  16. echo.
  17. echo Full installation of game FADE TO BLACK.
  18. echo.
  19. echo You need 46 Mb free on your hard disk drive to install the game.
  20. echo.
  21.  
  22. if not exist %DSTDRV%\%DSTDIR%\nul goto NOT_ALREADY_EXIST
  23.  
  24. echo WARNING : Destination directory %DSTDRV%\%DSTDIR% already exist !
  25. echo.
  26.  
  27. :NOT_ALREADY_EXIST
  28.  
  29. echo Press any key to install on drive %DSTDRV% in directory \%DSTDIR%
  30. echo or Ctrl-C to abort installation now ...
  31. echo.
  32. pause
  33. echo Copying files to disk ...
  34.  
  35. md %DSTDRV%\%DSTDIR%
  36. if not exist %DSTDRV%\%DSTDIR%\nul goto ERR_NOT_EXIST
  37.  
  38. cd %DSTDRV%\%DSTDIR%
  39. md %DSTDRV%data
  40. cd %DSTDRV%data
  41. md %DSTDRV%sound
  42. md %DSTDRV%drivers
  43. cd %DSTDRV%\%DSTDIR%
  44. copy %SRCDRV%\data\player.ini %DSTDRV%\%DSTDIR%\data > NUL
  45. copy %SRCDRV%\data\level1.spr %DSTDRV%\%DSTDIR%\data > NUL
  46. copy %SRCDRV%\data\level1.pal %DSTDRV%\%DSTDIR%\data > NUL
  47. copy %SRCDRV%\data\level1.map %DSTDRV%\%DSTDIR%\data > NUL
  48. copy %SRCDRV%\data\level1.ani %DSTDRV%\%DSTDIR%\data > NUL
  49. copy %SRCDRV%\data\level1.stm %DSTDRV%\%DSTDIR%\data > NUL
  50. copy %SRCDRV%\data\level1.obj %DSTDRV%\%DSTDIR%\data > NUL
  51. copy %SRCDRV%\data\level1.snd %DSTDRV%\%DSTDIR%\data > NUL
  52. copy %SRCDRV%\data\level1.f3d %DSTDRV%\%DSTDIR%\data > NUL
  53. copy %SRCDRV%\data\level1.p3d %DSTDRV%\%DSTDIR%\data > NUL
  54. copy %SRCDRV%\data\level1.env %DSTDRV%\%DSTDIR%\data > NUL
  55. copy %SRCDRV%\data\level1.snt %DSTDRV%\%DSTDIR%\data > NUL
  56. copy %SRCDRV%\data\level1.dtt %DSTDRV%\%DSTDIR%\data > NUL
  57. copy %SRCDRV%\data\level1.ini %DSTDRV%\%DSTDIR%\data > NUL
  58. copy %SRCDRV%\data\level1.msg %DSTDRV%\%DSTDIR%\data > NUL
  59. copy %SRCDRV%\data\level1.cmd %DSTDRV%\%DSTDIR%\data > NUL
  60. copy %SRCDRV%\data\level0.dem %DSTDRV%\%DSTDIR%\data > NUL
  61. copy %SRCDRV%\data\*.cin %DSTDRV%\%DSTDIR%\data > NUL
  62.  
  63. copy %SRCDRV%\data\sound\*.sng %DSTDRV%\%DSTDIR%\data\sound > NUL
  64. copy %SRCDRV%\data\sound\*.snd %DSTDRV%\%DSTDIR%\data\sound > NUL
  65. copy %SRCDRV%\data\drivers %DSTDRV%\%DSTDIR%\data\drivers > NUL
  66. copy %SRCDRV%\delphine.ex_ %DSTDRV%\%DSTDIR% > NUL
  67. copy %SRCDRV%\delphine.ini %DSTDRV%\%DSTDIR% > NUL
  68. copy %SRCDRV%\dos4gw.exe %DSTDRV%\%DSTDIR% > NUL
  69. copy %SRCDRV%\trigo.dat %DSTDRV%\%DSTDIR% > NUL
  70. copy %SRCDRV%\*.bat %DSTDRV%\%DSTDIR% > NUL
  71. copy %SRCDRV%\read.me %DSTDRV%\%DSTDIR% > NUL
  72.  
  73.  
  74. %DSTDRV%
  75. cd \%DSTDIR%
  76. ren delphine.ex_ delphine.exe
  77. del inst_ful.bat > NUL
  78. del install.bat > NUL
  79.  
  80. echo.
  81. echo You should read the READ.ME file.
  82. echo.
  83. echo Run SETSOUND if you have a sound card.
  84. echo.
  85. echo Type F2B and press ENTER key to start the game.
  86. echo.
  87. echo You need not to have the CDROM in drive to run the game.
  88. echo. 
  89.  
  90. goto END
  91.  
  92. :ERR_ALREADY_EXIST
  93.  
  94. echo.
  95. echo Destination directory %DSTDRV%\%DSTDIR% already exist, cannot install game !
  96. echo Delete destination directory and rerun install.
  97. echo.
  98. goto END
  99.  
  100.  
  101. :END_ERR
  102.  
  103. goto END
  104.  
  105. :SYNTAXE
  106.  
  107. echo.
  108. echo Syntax :
  109. echo "%0 <src drive> <dest drive> <dest directory>"
  110. echo.
  111. echo Example :
  112. echo "%0 D: C: F2B"
  113. echo Install the game in the C:\F2B path with CDROM in D: drive.
  114. echo.
  115.  
  116. :END
  117.