Hi I'm using everything 1.4 and the command line (not es)
I don't know if it's something I'm doing wrong but I'm so lost, would like some help
As title says, I put <everything.exe path> -create-file-list <path of where my efu will be> <path of what I want to scan> - create-file-list-exclude-folders <path of the folder I want to exclude from the main folder>
It does create a file list but when i open the efu in everything, the excluded folder exists in the file list.
I'm losing my mind. Thanks for any help.
-create-file-list-exclude-folders doesn't work
-
Someonegood
- Posts: 1
- Joined: Sat Mar 22, 2025 5:47 pm
Re: -create-file-list-exclude-folders doesn't work
Someonegood wrote: Sat Mar 22, 2025 6:23 pm <path of the folder I want to exclude from the main folder>
-create-file-list-exclude-folders(but might include wildcards)
So this will not give the expected results:
Code: Select all
Everything.exe -createfilelist .\output.efu c:\windows\ -createfilelist-excludefolders "c:\windows\system32";"c:\windows\winsxs"
Code: Select all
Everything.exe -createfilelist .\output.efu c:\windows\ -createfilelist-excludefolders "system32";"winsxs"
Everything.exe -createfilelist .\output.efu c:\windows\ -createfilelist-excludefolders "sys*32";"winsxs"
Everything.exe has basic support for generating filelists.
ES.exe gives you a much more granular control over what to include/exclude.
If you need support with that, just ask. No need to lose your mind another time
BTW:
Very likely just a typo on the forum, but the <space> between - and create should not be there.