Mechanically Creating an EFU List From a Folder
-
js0873
- Posts: 22
- Joined: Tue Jul 29, 2014 4:07 pm
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?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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.
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
-
js0873
- Posts: 22
- Joined: Tue Jul 29, 2014 4:07 pm
Re: Mechanically Creating an EFU List From a Folder
Thanks! Looks easy enough. I appreciate it.