Author: nextgens Date: 2006-05-17 14:48:49 +0000 (Wed, 17 May 2006) New Revision: 8740
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: installer: new updating script on windows Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2006-05-17 13:49:06 UTC (rev 8739) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-05-17 14:48:49 UTC (rev 8740) @@ -13,6 +13,7 @@ ::Initialize some stuff set MAGICSTRING=INDO set RESTART=0 +set PATH=%SYSTEMROOT%\System32\;%PATH% ::Go to our location for %%I in (%0) do set LOCATION=%%~dpI @@ -130,4 +131,4 @@ exit :veryend -::FREENET WINDOWS UPDATE SCRIPT \ No newline at end of file +::FREENET WINDOWS UPDATE SCRIPT
