Author: nextgens
Date: 2006-08-07 14:23:48 +0000 (Mon, 07 Aug 2006)
New Revision: 9948

Modified:
   trunk/apps/new_installer/res/windows/bin/1run.cmd
Log:
more work on 1run.cmd

Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/1run.cmd   2006-08-07 13:56:00 UTC 
(rev 9947)
+++ trunk/apps/new_installer/res/windows/bin/1run.cmd   2006-08-07 14:23:48 UTC 
(rev 9948)
@@ -1,5 +1,5 @@
 @set PATH=%SYSTEMROOT%\System32\;%PATH%
- at set INSTALL_PATH="$INSTALL_PATH"
+ at set INSTALL_PATH=$INSTALL_PATH
 @cd %INSTALL_PATH%

 :: Tweak freenet.ini
@@ -46,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 welcome.html
 @echo "Finished"


Reply via email to