How to exclude multiple files with wildcards?
Posted: Thu Aug 20, 2020 6:15 pm
This should be rather straightforward, but it is not working as expected.
I want to exclude files beginning with "Donald", "Melania" and "Jared" in a particular folder. I thought it would be as simple as this:
But that does not work
What am I doing wrong?
I want to exclude files beginning with "Donald", "Melania" and "Jared" in a particular folder. I thought it would be as simple as this:
Code: Select all
"C:\Pictures" !Donald*|!Melania*|!Jared*

What am I doing wrong?