[freenet-cvs] r18547 - trunk/apps/new_installer/res/windows

nextgens at freenetproject.org nextgens at freenetproject.org
Sun Mar 16 08:40:36 UTC 2008


Author: nextgens
Date: 2008-03-16 08:40:36 +0000 (Sun, 16 Mar 2008)
New Revision: 18547

Modified:
   trunk/apps/new_installer/res/windows/browse.cmd
Log:
new_installer: more bugfixes

Modified: trunk/apps/new_installer/res/windows/browse.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/browse.cmd	2008-03-16 08:13:16 UTC (rev 18546)
+++ trunk/apps/new_installer/res/windows/browse.cmd	2008-03-16 08:40:36 UTC (rev 18547)
@@ -17,8 +17,8 @@
 @if not exist firefox.location goto detectff
 @set /P FIREFOX=<firefox.location
 @if not defined FIREFOX goto detectff
- at start "" /B "%FIREFOX%" "-no-remote -p freenet %URL%"
- at exit
+ at start "" /B %FIREFOX% "-no-remote -p freenet %URL%"
+ at goto realEnd
 
 :detectff
 @echo Detecting the location of Firefox
@@ -32,7 +32,7 @@
 :: creation of the profile
 @echo Creating a Firefox profile for freenet
 @%FIREFOX% -no-remote -CreateProfile "freenet %INSTALL_PATH%\firefox_profile" > NUL
- at start "" /B "%FIREFOX%" "-no-remote -p freenet %URL%"
+ at start "" /B %FIREFOX% "-no-remote -p freenet %URL%"
 @goto end
 
 :: Firefox hasn't been detected at all
@@ -42,3 +42,4 @@
 @start "%URL%"
 :end
 @del /f firefox.reg
+:realEnd




More information about the cvs mailing list