If a separate setting for "Open Path" was made in "Context Menu",
I would wish that this is used and that Windows Explorer does not open instead.
Example:
Open Path > ◉ Show this item > Command: $exec("C:\totalcmd\TOTALCMD64.EXE" /O /A /S "%1")
Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
This works or me.
I have set Total Commander for opening folders with the following reg file.
I have set Total Commander for opening folders with the following reg file.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell]
@="open"
[HKEY_CLASSES_ROOT\Drive\shell\open]
[HKEY_CLASSES_ROOT\Drive\shell\open\command]
@="c:\\tools\\wincmd\\TOTALCMD64.EXE /O /A /T /S \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell]
@="open"
[HKEY_CLASSES_ROOT\Directory\shell\open]
[HKEY_CLASSES_ROOT\Directory\shell\open\command]
@="c:\\tools\\wincmd\\TOTALCMD64.EXE /O /A /T /S \"%1\""
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
That is how it works right now. Am I missing something?
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
I'll look into making Everything use your Open Path command when using Index Journal -> Open Path.
Thank you for bringing this to my attention.
Thank you for bringing this to my attention.
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
Everything 1.5.0.1353a will now use your Open Path command when using Index Journal -> Open Path.
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
Thank you!void wrote: ↑Thu Aug 03, 2023 8:13 am Everything 1.5.0.1353a will now use your Open Path command when using Index Journal -> Open Path.
Works like a charm.