Mechanically Creating an EFU List From a Folder
Mechanically Creating an EFU List From a Folder
I have a large folder that will be changed each week. I'd like to automatically create an EFU list from that folder that can be used in a desktop shortcut. Is there a command line command that can be executed each week to replace that EFU list so that the folder contents shown in SE are up to date?
Re: Mechanically Creating an EFU List From a Folder
(Everything.exe) -create-file-list <filename> <path>
"Create a file list of a path. When this command completes Everything.exe will exit, no search window is shown."
Or you could use, ES command line interface.
"Create a file list of a path. When this command completes Everything.exe will exit, no search window is shown."
Or you could use, ES command line interface.
Re: Mechanically Creating an EFU List From a Folder
Thanks! Looks easy enough. I appreciate it.