Context menu explore path variation

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Skodd
Posts: 21
Joined: Wed May 11, 2022 9:15 am

Context menu explore path variation

Post by Skodd »

Hi, I'd like to know if there a way to have a context menu item for folders to open the first file in the selected folder.

Maybe it can already be done in this menu?

Image

Thanks.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Context menu explore path variation

Post by void »

Explorer.exe has a /select command line option.

However, you need to pass the filename of the item to select.


The Everything command to select the current item:

Code: Select all

$exec("%SystemRoot%\explorer.exe" /n,/e,/select,"%1")


Windows Explorer command line options
Skodd
Posts: 21
Joined: Wed May 11, 2022 9:15 am

Re: Context menu explore path variation

Post by Skodd »

hmm okay, might try something with autohotkey
Post Reply