how to export filelist of a search and not path?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
tiddu
Posts: 17
Joined: Wed May 27, 2020 7:11 am

how to export filelist of a search and not path?

Post by tiddu »

i want to export the results of this search term to an efu file

"parent:"
start "" "C:\Program Files\Everything 1.5a\Everything64.exe" -create-file-list "M:\n.a.d\everything databases\vc\efu after mount\vc efu.csv" "parent:\"
it's not working

how to make it work?
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: how to export filelist of a search and not path?

Post by NotNull »

You need ES.exe -- the Everything Command-line Interface --for that.

With that installed:

Code: Select all

es.exe   root:  -export-efu "c:\some folder\export.efu"
(I used root: instead of parent:)
tiddu
Posts: 17
Joined: Wed May 27, 2020 7:11 am

Re: how to export filelist of a search and not path?

Post by tiddu »

NotNull wrote: Tue Jan 24, 2023 5:33 pm You need ES.exe -- the Everything Command-line Interface --for that.

With that installed:

Code: Select all

es.exe   root:  -export-efu "c:\some folder\export.efu"
(I used root: instead of parent:)
i don't know why but it's not working.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to export filelist of a search and not path?

Post by void »

What happens?

Is anything shown in the command prompt after running ES?
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: how to export filelist of a search and not path?

Post by NotNull »

OK, missed that this was in the Everything 1.5 forum.
In that case, the following should work:

Code: Select all

es.exe   -instance 1.5a  root:  -export-efu "c:\some folder\export.efu"
(Everything 1.5 must be running)


What is exactly is "not working"? Do you get an error message? What is the content of the output file?
tiddu
Posts: 17
Joined: Wed May 27, 2020 7:11 am

Re: how to export filelist of a search and not path?

Post by tiddu »

start "" "C:\n.a.d\small fix apps\ES\es.exe" -instance 1.5a -descendant-count root: -export-csv "M:\n.a.d\everything databases\vc\efu after mount\vc efu root.csv"
size column is working
but custom columns like "descendant count" i think are not available for es.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to export filelist of a search and not path?

Post by void »

ES doesn't support properties yet.

This is on my TODO list.
Post Reply