Author: nextgens Date: 2006-08-08 08:55:37 +0000 (Tue, 08 Aug 2006) New Revision: 9960
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-08 08:40:16 UTC (rev 9959) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-08 08:55:37 UTC (rev 9960) @@ -144,10 +144,11 @@ :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 +if exist wrapper.conf.bak del wrapper.conf.bak +if exist wrapper.conf ren wrapper.conf wrapper.conf.bak bin\wget.exe -o NUL --timeout=10 --waitretry=20 http://downloads.freenetproject.org/alpha/update/wrapper.conf -O wrapper.conf -goto end +start update.new.cmd +goto veryend :end echo -----
