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
-
tuska
- Posts: 1385
- Joined: Thu Jul 13, 2017 9:14 am
-
horst.epp
- Posts: 1643
- Joined: Fri Apr 04, 2014 3:24 pm
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\""
-
tuska
- Posts: 1385
- Joined: Thu Jul 13, 2017 9:14 am
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
I knowhorst.epp wrote: Fri Jul 21, 2023 3:43 pm I have set Total Commander for opening folders with the following reg file.
But I would like to have the function in Everything (without changing the registry).
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
That is how it works right now. Am I missing something?
You do not have the required permissions to view the files attached to this post.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu
Braincells! Reading skills!
Missed this completely :
Index > Index Journal...
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
tuska
- Posts: 1385
- Joined: Thu Jul 13, 2017 9:14 am
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.