Author: nextgens Date: 2006-08-07 13:51:16 +0000 (Mon, 07 Aug 2006) New Revision: 9946
Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd Log: maybe fix the weird INSTALL_PATH problem on windows Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-07 13:47:06 UTC (rev 9945) +++ trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-07 13:51:16 UTC (rev 9946) @@ -1,5 +1,6 @@ @set PATH=%SYSTEMROOT%\System32\;%PATH% - at cd "$INSTALL_PATH" + at set INSTALL_PATH="$INSTALL_PATH" + at cd %INSTALL_PATH% :: Tweak freenet.ini @if exist stun echo pluginmanager.loadplugin=plugins.JSTUN at file:///$INSTALL_PATH\plugins\JSTUN.jar >> freenet.ini @@ -45,5 +46,5 @@ @echo "Spawing up a browser" @start http://127.0.0.1:%FPROXY_PORT%/ - at start file:///$INSTALL_PATH/welcome.html + at start file:///%INSTALL_PATH%/welcome.html @echo "Finished"
