Author: nextgens Date: 2007-05-09 22:01:03 +0000 (Wed, 09 May 2007) New Revision: 13183
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: update.cmd: keep the password of the freenet user if it exists Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2007-05-09 21:46:35 UTC (rev 13182) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2007-05-09 22:01:03 UTC (rev 13183) @@ -199,6 +199,7 @@ 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 +if exist wrapper.password type wrapper.password >> wrapper.conf start update.new.cmd goto veryend
