[freenet-cvs] r12553 - trunk/apps/new_installer/res/windows/bin
nextgens at freenetproject.org
nextgens at freenetproject.org
Sun Apr 8 12:50:41 UTC 2007
Author: nextgens
Date: 2007-04-08 12:50:41 +0000 (Sun, 08 Apr 2007)
New Revision: 12553
Modified:
trunk/apps/new_installer/res/windows/bin/install_jsite.cmd
trunk/apps/new_installer/res/windows/bin/install_thaw.cmd
Log:
new_installer: minor: maybe suppress the output on stdout when loading thaw or jsite
Modified: trunk/apps/new_installer/res/windows/bin/install_jsite.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-04-08 12:41:46 UTC (rev 12552)
+++ trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-04-08 12:50:41 UTC (rev 12553)
@@ -6,6 +6,6 @@
@if not exist jsite goto nojsite
@del /F jsite > NUL
@echo "Downloading jSite"
- at echo start javaw -jar jSite.jar > jsite.cmd
+ at echo @start javaw -jar jSite.jar > jsite.cmd
@java -jar bin\sha1test.jar jSite/jSite.jar . > NUL
:nojsite
Modified: trunk/apps/new_installer/res/windows/bin/install_thaw.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_thaw.cmd 2007-04-08 12:41:46 UTC (rev 12552)
+++ trunk/apps/new_installer/res/windows/bin/install_thaw.cmd 2007-04-08 12:50:41 UTC (rev 12553)
@@ -6,6 +6,6 @@
@if not exist thaw goto nothaw
@del /F thaw > NUL
@echo "Downloading Thaw"
- at echo start javaw -jar Thaw.jar > thaw.cmd
+ at echo @start javaw -jar Thaw.jar > thaw.cmd
@java -jar bin\sha1test.jar Thaw/Thaw.jar . > NUL
:nothaw
More information about the cvs
mailing list