Automatically Update file lists with multiple folders

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
BunbleTree
Posts: 4
Joined: Thu Jun 27, 2024 1:48 pm

Automatically Update file lists with multiple folders

Post by BunbleTree »

Hi there,
Setting up task scheduler to automatically update a file list, wondering how to do it so it can store multiple file paths into the efu with the arguments.
As if I have
-create-file-list c:\filelist.efu "folder1" "folder2"
It only then stores the contents of the first folder.

As I have 2 shared file locations I want stored in the efu how can I auto update it
Thank you
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: Automatically Update file lists with multiple folders

Post by void »

I will consider an option to create an EFU file list from multiple locations.
Thank you for the suggestion.

For now, the only way to create a file list from multiple locations is to index these folders and use ES to export as a filelist.

es.exe -export-efu "c:\filelist.efu" c:\folder1\ c:\folder2\
Post Reply