Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 2710

Support • Re: How to direct EV or ES output to EV main window?

$
0
0
Command line options for ES and Everything are different.
The basics:
For ES, just pass your Everything search directly. eg:
es.exe *.txt foo bar

(this is the same as setting your Everything GUI search to
*.txt foo bar
)
For Everything.exe, use
-s
. eg:
everything.exe -s "*.txt foo bar"

(this will set your Everything GUI search to
*.txt foo bar
)


; but: "Unable to open file list: a:\out.efu is not a valid file list."
EFU files are CSV files.
Please make sure your out.efu has a Filename header.
"Not a valid file list" means there's no Filename header.

Contents should look like:

Code:

Filenamec:\example\path\to\file.txtc:\example\path\to\file2.txt"c:\example\path\to\filename,with,commas.txt"
Escape any
,
characters with double quotes (
"
)


; but unfortunately, therube, your syntax (after creating a .txt file instead of an .efu file, obviously) doesn't work either
Everything also supports text/plain files (.txt)
UTF-8, UTF-16, UTF-16 BE and ANSI are supported.
Please make sure each filename is on a separate line.
A .txt file list should look like:

Code:

c:\example\path\to\file.txtc:\example\path\to\file2.txt
edit: Everything 1.4 only supports UTF-8 .txt files, please write your .txt files as UTF-8.


(As an aside: I have a copy of everything.exe in the c:\ main folder, also es.exe and everything64.dll, but not a complete EV installation (which is in c:\Program Files\Everything\)... so that may be the reason for my getting the error messages?)
That's fine, ES communicates with the Everything GUI.
As long as the Everything GUI is running you shouldn't have any issues.
If you see any error codes, please report them here.


So what would be the correct EV syntax to update its current window with some .efu file?
The correct syntax is:

Code:

"c:\Program Files\Everything\everything.exe" -filelist "a:\out.efu" 
Authotkey:

Code:

Run, "c:\Program Files\Everything\everything.exe" -filelist "a:\out.efu"

Statistics: Posted by void — Wed Jun 24, 2026 2:03 am



Viewing all articles
Browse latest Browse all 2710

Latest Images

Trending Articles



Latest Images