any way to create efu filelist of all instead of particular path?

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

any way to create efu filelist of all instead of particular path?

Post by tiddu »

i want to create filelist of everything and not particular path. what to put in command line. i tried * and "". but not working. also tried without a path. still not working. any solution for this?
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: any way to create efu filelist of all instead of particular path?

Post by NotNull »

You mean by using a command like the following?
"c:\Program Files\Everything 1.5a\Everything64.exe" -create-file-list t:\dump.efu "C:\"

That will not work without a specific path.


Alternatives:
In Everything, without typing any search query, select Menu:File > Export
(check if Save as type is indeed set to EFU Everything File List (*.efu) )


Or use the command-line tool ES.exe and run the following command:
es.exe -export-efu t:\dump.efu

(download Everything Command-line Interface here)

Using the first method is the fastest.
tiddu
Posts: 17
Joined: Wed May 27, 2020 7:11 am

Re: any way to create efu filelist of all instead of particular path?

Post by tiddu »

thanks. this is helpful. if i copy the database file , is it same as efu? can i later replace the database with the backed up one and will the old filelist will show instead of current. if you know what i mean?
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: any way to create efu filelist of all instead of particular path?

Post by therube »

You can open an old (backed up) .db in -read-only mode, so that can be a historical reference of what was.

Otherwise, you would be reading current data.
tiddu
Posts: 17
Joined: Wed May 27, 2020 7:11 am

Re: any way to create efu filelist of all instead of particular path?

Post by tiddu »

thanks. this is helpful.
Post Reply