Author: nextgens Date: 2006-08-24 19:51:36 +0000 (Thu, 24 Aug 2006) New Revision: 10261
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: update: maybe fix the .fref file association Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-24 15:31:18 UTC (rev 10260) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-24 19:51:36 UTC (rev 10261) @@ -80,7 +80,7 @@ echo [HKEY_CLASSES_ROOT\fref_auto_file\shell] >> fref.reg echo @="Open" >> fref.reg regedit /s fref.reg > NUL -FTYPE fref_auto_file="javaw.exe" -cp "%LOCATION%\freenet.jar" freenet.tools.AddRef "%%1" > NUL +FTYPE fref_auto_file=start javaw -cp "%LOCATION%\freenet.jar" freenet.tools.AddRef "%%1" > NUL del /F fref.reg ::Check for sha1test and download if needed.
