Author: toad Date: 2008-05-14 17:03:24 +0000 (Wed, 14 May 2008) New Revision: 19931
Modified: trunk/apps/new_installer/res/windows/browse.cmd Log: If the start fails, load iexplore directly. Modified: trunk/apps/new_installer/res/windows/browse.cmd =================================================================== --- trunk/apps/new_installer/res/windows/browse.cmd 2008-05-14 15:35:44 UTC (rev 19930) +++ trunk/apps/new_installer/res/windows/browse.cmd 2008-05-14 17:03:24 UTC (rev 19931) @@ -58,6 +58,11 @@ @del /f firefox.location @echo Trying to open "%URL%" @start "" "%URL%" [EMAIL PROTECTED] errorlevel 1 goto argh [EMAIL PROTECTED] end +:argh [EMAIL PROTECTED] Starting the page failed, attempting to load directly in IE [EMAIL PROTECTED] "" /B "%ProgramFiles%\Internet Explorer\iexplore.exe" "%URL%" :end @del /f firefox.reg :realEnd _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
