Discussion related to "Everything" 1.5 Alpha.
-
Skodd
- Posts: 23
- Joined: Wed May 11, 2022 9:15 am
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?
Thanks.
-
void
- Developer
- Posts: 17301
- Joined: Fri Oct 16, 2009 11:31 pm
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: 23
- Joined: Wed May 11, 2022 9:15 am
Post
by Skodd »
hmm okay, might try something with autohotkey