Right-click to search selected file
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!
Re: Right-click to search selected file
did you find a solution to this?
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..
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"