Hi There.
I am new in here and thank for the best searching program.
Actually I would like to know something about following.
I want to find a file or a file extension in a specific folder.
For an example, I want to find *.jpg in a Example folder with a context menu (right mouse click).
I can understand a modification of regedit in a specific folder as
"C:\Program Files\Everything\Everything.exe" -path "%1"
After that, I have to add and type jpg or *.jpg in a content menu.
But my ultimate gold is to find jpg in a specific folder after a single right mouse click shown in a context menu.
I googled and searched this forum. But it was not successful.
All your inputs are appreciated.
Finding a file in a specific folder with a right mouse menu
-
- Posts: 1
- Joined: Sat Aug 17, 2019 9:17 pm
Re: Finding a file in a specific folder with a right mouse menu
Code: Select all
"C:\Program Files\Everything\Everything.exe" -search """"%1""" *.jpg"