Right-click to search selected file
-
arlanda
- Posts: 17
- Joined: Wed Sep 23, 2009 7:48 pm
Right-click to search selected file
Hello, I'd like to be able to right-click on any file and choose Everything from the context menu to search for duplicate and/or related-files. Thanks!
-
sugumugu
- Posts: 1
- Joined: Fri Dec 12, 2014 12:06 pm
Re: Right-click to search selected file
did you find a solution to this?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Right-click to search selected file
If you created a bookmark ... hmm.
Don't know that a bookmark would accept positional parameters (like %1 kind of thing)...
Otherwise you could have used the -bookmark command line switch & part of the bookmark would have the -dupe: function..
Don't know that a bookmark would accept positional parameters (like %1 kind of thing)...
Otherwise you could have used the -bookmark command line switch & part of the bookmark would have the -dupe: function..
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Right-click to search selected file
Batch file, everything_dupe.BAT:
Then create a shortcut to that batch file as a Send To menu item.
Code: Select all
{pathtoeverything}\Everything.exe -s "dupe: %1"