Author: nextgens Date: 2008-03-29 02:57:44 +0000 (Sat, 29 Mar 2008) New Revision: 18819
Modified: trunk/apps/new_installer/res/windows/browse.cmd Log: new_installer: iirc we need three '/' here Modified: trunk/apps/new_installer/res/windows/browse.cmd =================================================================== --- trunk/apps/new_installer/res/windows/browse.cmd 2008-03-29 02:56:05 UTC (rev 18818) +++ trunk/apps/new_installer/res/windows/browse.cmd 2008-03-29 02:57:44 UTC (rev 18819) @@ -17,7 +17,7 @@ @if not exist firefox.location goto detectff @set /P FIREFOX=<firefox.location @if not defined FIREFOX goto detectff - at start "" /B %FIREFOX% "file://%INSTALL_PATH%\dont-close-me.html" + at start "" /B %FIREFOX% "file:///%INSTALL_PATH%\dont-close-me.html" @start "" /B %FIREFOX% -no-remote -P freenet "%URL%" @goto realEnd @@ -32,7 +32,7 @@ :: creation of the profile @echo Creating a Firefox profile for freenet - at start "" /B %FIREFOX% "file://%INSTALL_PATH%\dont-close-me.html" + at start "" /B %FIREFOX% "file:///%INSTALL_PATH%\dont-close-me.html" @%FIREFOX% -no-remote -CreateProfile "freenet %INSTALL_PATH%\firefox_profile" > NUL @start "" /B %FIREFOX% -no-remote -P freenet "%URL%" @goto end
