I have a folder containing the following files.
EnumMeanumMinumMo.txt
Blah Blah Blah.txt
062721a-Michael Berry Show-hr_1.txt
062721b-Michael Berry Show-hr_2.txt
062721c-Michael Berry Show-hr_3.txt
062721d-Michael Berry Show-6_25.txt
YadaYadaYada.txt
The items with the "062721x-" were created by BRC, thank you very much.
I want to add the created date to the front of the remaining files, but exclude the previously processed files beginning with the date and "-". I've been trying /Pattern matching,
but I can't come up with the wildcards to do it, e.g. /PATTERN:*-*.* or /PATTERN:*???????-*.* The dates will be different each day.
Am I barking up the wrong tree?