Author: toad Date: 2006-08-09 02:55:12 +0000 (Wed, 09 Aug 2006) New Revision: 9983
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: don't clobber the newly downloaded wrapper.conf! Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-09 01:47:37 UTC (rev 9982) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-09 02:55:12 UTC (rev 9983) @@ -34,8 +34,6 @@ echo ----- if not exist wrapper.conf.bak copy wrapper.conf wrapper.conf.bak -del wrapper.conf -copy wrapper.conf.bak wrapper.conf > NUL ::Get the filename and skip straight to the Freenet update if this is a new updater for %%I in (%0) do set FILENAME=%%~nxI
