Author: nextgens
Date: 2006-10-31 18:47:33 +0000 (Tue, 31 Oct 2006)
New Revision: 10762

Modified:
   trunk/apps/new_installer/res/windows/bin/1run.cmd
Log:
new_installer: cosmetic cleanup on w32

Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/1run.cmd   2006-10-31 18:30:32 UTC 
(rev 10761)
+++ trunk/apps/new_installer/res/windows/bin/1run.cmd   2006-10-31 18:47:33 UTC 
(rev 10762)
@@ -27,14 +27,14 @@
 :: Tweak freenet.ini
 @if not exist stun goto nostun 
 @set PLUGINS=plugins.JSTUN.JSTUN at 
file:///%INSTALL_PATH%\plugins\JSTUN.jar;%PLUGINS%
- at mkdir plugins > NUL
+ at mkdir plugins 2> NUL
 @java -jar bin\sha1test.jar plugins/JSTUN.jar.url plugins > NUL
 @copy plugins\JSTUN.jar.url plugins\JSTUN.jar > NUL
 @del /F stun > NUL
 :nostun

 @if not exist librarian goto nolibrarian 
- at mkdir plugins > NUL
+ at mkdir plugins 2> NUL
 @set PLUGINS=plugins.Librarian.Librarian at 
file:///%INSTALL_PATH%\plugins\Librarian.jar;%PLUGINS%
 @java -jar bin\sha1test.jar plugins/Librarian.jar.url plugins > NUL
 @copy plugins\Librarian.jar.url plugins\Librarian.jar > NUL


Reply via email to