Command Input, GUI Output

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
raywood
Posts: 22
Joined: Fri Apr 29, 2011 7:42 pm

Command Input, GUI Output

Post by raywood »

I have a filename: "Filename.xyz." I want to search for its occurrences on D: and display the results in the Everything GUI.

So I enter this on the command line:

Code: Select all

es.exe -path: D:\ "Filename.xyz"
That gives me the full path of the desired file. That output appears on the command line.

What I'm missing is how to display that output in the GUI instead.

It would also be helpful if I could modify that command to display a specified full path in the GUI. Sample input in this case:

Code: Select all

es.exe [D:\Some Folder\Filename.xyz]
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Command Input, GUI Output

Post by raccoon »

void
Developer
Posts: 16683
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command Input, GUI Output

Post by void »

Please try the following command line:

Everything.exe -path "D:\" -s "Filename.xyz"


-path <location>
-s <search>
Command Line Options
Post Reply