Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Have a suggestion for "Everything"? Please post it here.
Post Reply
tuska
Posts: 933
Joined: Thu Jul 13, 2017 9:14 am

Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by tuska »

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")
horst.epp
Posts: 1345
Joined: Fri Apr 04, 2014 3:24 pm

Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by horst.epp »

This works or me.
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: 933
Joined: Thu Jul 13, 2017 9:14 am

Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by tuska »

horst.epp wrote: Fri Jul 21, 2023 3:43 pm I have set Total Commander for opening folders with the following reg file.
I know ;)

But I would like to have the function in Everything (without changing the registry).
NotNull
Posts: 5261
Joined: Wed May 24, 2017 9:22 pm

Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by NotNull »

That is how it works right now. Am I missing something?


2023-07-21 18_43_58-.png
2023-07-21 18_43_58-.png (131.47 KiB) Viewed 4964 times
NotNull
Posts: 5261
Joined: Wed May 24, 2017 9:22 pm

Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by NotNull »

NotNull wrote: Fri Jul 21, 2023 4:45 pm Am I missing something?
Braincells! Reading skills!

Missed this completely :
Index > Index Journal...
void
Developer
Posts: 15353
Joined: Fri Oct 16, 2009 11:31 pm

Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by void »

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.
void
Developer
Posts: 15353
Joined: Fri Oct 16, 2009 11:31 pm

Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by void »

Everything 1.5.0.1353a will now use your Open Path command when using Index Journal -> Open Path.
tuska
Posts: 933
Joined: Thu Jul 13, 2017 9:14 am

Re: Index > Index Journal... > Button "Open Path" > Windows Explorer | Context Menu

Post by tuska »

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.
Thank you!

Works like a charm. :)
Post Reply