Author: nextgens Date: 2007-03-04 17:21:58 +0000 (Sun, 04 Mar 2007) New Revision: 11956
Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd Log: new_installer: doh: no need to be verbose Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/1run.cmd 2007-03-04 17:20:08 UTC (rev 11955) +++ trunk/apps/new_installer/res/windows/bin/1run.cmd 2007-03-04 17:21:58 UTC (rev 11956) @@ -5,8 +5,8 @@ @if not exist freenet.ini goto nocleanup @echo I found a freenet.ini file in the directory !!! it shouldn't exist! I will rename it to freenet.old.ini and go on but don't complain if it breaks : the installer is meant to be used in an empty directory! - at rename freenet.ini freenet.old.ini - at del /F freenet.ini + at rename freenet.ini freenet.old.ini > NUL + at del /F freenet.ini > NUL :nocleanup @echo "Registering .fref file extention"
