home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 March / GSSH0304CD1.iso / WarCraft3 / Nerzhulsreturn / nerzhul103b_setup.exe / install.bat next >
DOS Batch File  |  2003-10-07  |  869b  |  22 lines

  1.    @Echo Off
  2.     CLS
  3.     For %%D In (.) Do Set InstallDir=%%~fD
  4.     Echo =============================================================================
  5.     Echo = Ner'Zhul's Return v1.03b. (C) The Patton Crew, 2003. All Rights Reserved. =
  6.     Echo =============================================================================
  7.     Echo.
  8.     Echo This version of Ner'Zhul's Return is compatable with
  9.     Echo v1.11 of Warcraft III: Reign of Chaos.
  10.     Echo.
  11.     Set /P War3Dir=Enter the full path to your Warcraft III directory: %
  12.     Echo.
  13.     Echo Creating backup of Reign of Chaos War3Patch.mpq file.
  14.     Cd %War3Dir%
  15.     Md Backup
  16.     Copy War3Patch.mpq Backup
  17.     Echo.
  18.     Echo Installing Ner'Zhul's Return War3Patch.mpq file.
  19.     Cd %InstallDir%
  20.     Copy War3Patch.mpq %War3Dir%
  21.     Copy uninstall.bat %War3Dir%
  22.     Echo Installation sucessful.