Hello.
Thanks for creating this wonderful software, I've been using it extensively.
I was wondering how does one go about creating one .efu file list with multiple directories? I tried different ways myself, but none of them worked.
Example:
-create-filelist "Z:\Eyes\Noses\Head\Face.efu" "U:\Football"
Let's say I have folders like "Baseball" and "cricket" would the command be:
-create-filelist "Z:\Eyes\Noses\Head\Face.efu" "U:\Football" "U:\baseball" "U:\cricket"
I tried comma and semicolon, but it didn't work
How to create one file list .efu with multiple directories
Re: How to create one file list .efu with multiple directories
The -create-filelist command line is quite limited and can only create a file list from a single folder (and subfolders).
For more control, please try the File List Editor under the Tools menu.
Drag and drop folders onto the File List Editor to build a file list with multiple directories.
-or-
Add folders from the File List Editor -> Edit -> Add Folder....
I will consider an option to add multiple folders with -create-filelist
Thanks for the suggestion.
Use ES (the command line interface for Everything) to create a file list from your Everything index:
ES.exe -export-efu "Z:\Eyes\Noses\Head\Face.efu" "U:\Football\" ^| "U:\baseball\" ^| "U:\cricket\"
Note: Use ^| to escape a single literal |
For more control, please try the File List Editor under the Tools menu.
Drag and drop folders onto the File List Editor to build a file list with multiple directories.
-or-
Add folders from the File List Editor -> Edit -> Add Folder....
I will consider an option to add multiple folders with -create-filelist
Thanks for the suggestion.
Use ES (the command line interface for Everything) to create a file list from your Everything index:
ES.exe -export-efu "Z:\Eyes\Noses\Head\Face.efu" "U:\Football\" ^| "U:\baseball\" ^| "U:\cricket\"
Note: Use ^| to escape a single literal |
Re: How to create one file list .efu with multiple directories
Thanks I will try and do that
Re: How to create one file list .efu with multiple directories
For other people finding this thread through a forum search, a couple more options:
- In Everything, search for "U:\Football\" | "U:\baseball\" | "U:\cricket\"
Export the results. Menu:File > Export > Save as type = EFU Everything File List - Instead of escaping the | characters with a ^, you can also enclose the entire search in 3 double-quotes:
Code: Select all
ES.exe -export-efu "Z:\Eyes\Noses\Head\Face.efu" """ "U:\Football\" | "U:\baseball\" | "U:\cricket\" """
Re: How to create one file list .efu with multiple directories
I do! And having a software called Everything does not help The overchoice application.