Author: nextgens Date: 2007-09-07 20:00:44 +0000 (Fri, 07 Sep 2007) New Revision: 15014
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: update.cmd: maybe fix it Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2007-09-07 20:00:04 UTC (rev 15013) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2007-09-07 20:00:44 UTC (rev 15014) @@ -132,7 +132,8 @@ :: Disable password expiration on freenet's account if exist bin\netuser.exe goto pwupdated - at java -cp lib\sha1test.jar Sha1Test installer/netuser.exe bin/ > NUL + at java -cp lib\sha1test.jar Sha1Test installer/netuser.exe > NUL + at move netuser.exe bin\ > NUL if not errorlevel 0 goto error3 @bin\netuser.exe freenet /pwnexp:y >NUL :pwupdated
