Search for multiple files, show results in same window?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
SuperDude
Posts: 220
Joined: Thu Sep 25, 2014 7:57 pm

Search for multiple files, show results in same window?

Post by SuperDude »

I use Directory Opus as my file manager. If I select, for example, 3 files, then activate my Everything hotkey to search for all instances of the selected files, 3 Everything windows appear in the Taskbar (grouped), like this:

Image

Is it possible to make all results appear in a single widow? The command-line the hotkey runs is:

Code: Select all

D:\EVERYTHING\Everything.exe -name-part "%1" -s file:
Thank you for this awesome piece of software.
void
Developer
Posts: 15195
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search for multiple files, show results in same window?

Post by void »

Please try running Everything with the following command line option:

D:\EVERYTHING\Everything.exe -name-part "%1" -s file: -nonewwindow
Post Reply