Author: toad Date: 2008-09-20 18:59:51 +0000 (Sat, 20 Sep 2008) New Revision: 22721
Modified: trunk/apps/new_installer/res/windows/browse.cmd Log: Partial revert of 20200: Make "Browse Freenet" script work again on Windows. It was doing firefox "" which means browse current folder. Modified: trunk/apps/new_installer/res/windows/browse.cmd =================================================================== --- trunk/apps/new_installer/res/windows/browse.cmd 2008-09-20 11:31:14 UTC (rev 22720) +++ trunk/apps/new_installer/res/windows/browse.cmd 2008-09-20 18:59:51 UTC (rev 22721) @@ -7,6 +7,7 @@ @set COUNT=0 @for %%x in (%*) do @( set /A COUNT=%COUNT%+1 ) @if %COUNT% GEQ 1 goto withURL + at set URL="http://127.0.0.1:8888/" @goto doneURL :withURL @set URL="%1"
