ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

did the latest update (2.10.01) affect file associations?

<< < (2/4) > >>

mouser:
That is an excellent guess Tuck.

I'm using HKEY_CLASSES_ROOT which is described here, and *should* use user customized settings and then falling back on system settings.  But whether something is going wrong is possible.

cedardoc, could you check those two registry keys and see if you find differences in how your spreadsheet files are classified, and in what way?

TucknDar:
Just tested this with a .doc file which is associated to MS Word in HKLM and Textmaker in HKCU, and it opened correctly in HKCU.

kartal:
Where is (2.10.01) ? ANy change list?


thanks

ptran:
Here's another data point. I used to be able to enter "cmd32" and FARR would run the cmd32.cmd batch file located in a directory that I had specified as a search folder.  It worked on 2.07.01. With 2.10.01, entering cmd32 no longer launches the script. I replaced the quickdoclauncher.exe with the one from reply #3 and it's working again.  Here's what the cmd32.cmd script does:

@if exist "%windir%\SysWow64\cmd.exe" (
    start "cmd32" "%windir%\SysWow64\cmd.exe" %*
) else (
    start "cmd32" "%windir%\System32\cmd.exe" %*
)

mouser:
what happens when 2.10.01 tries to launch it.. nothing? or some error or?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version