Author: nextgens Date: 2006-08-08 08:40:16 +0000 (Tue, 08 Aug 2006) New Revision: 9959
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: maybe fix update.cmd Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-07 20:56:09 UTC (rev 9958) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-08 08:40:16 UTC (rev 9959) @@ -144,8 +144,8 @@ :error5 echo - Your wrapper.conf needs to be updated .... updating it ; please restart the script when done. +del wrapper.conf.bak ren wrapper.conf wrapper.conf.bak -del wrapper.conf bin\wget.exe -o NUL --timeout=10 --waitretry=20 http://downloads.freenetproject.org/alpha/update/wrapper.conf -O wrapper.conf goto end
