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.
Context menu explore path variation
Re: Context menu explore path variation
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:
Windows Explorer command line options
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
Re: Context menu explore path variation
hmm okay, might try something with autohotkey