Is there a way to use the "Include" feature so it deletes files with a non-extension wildcard? For example, all files in a directory that starts with Foo. So C:\example|Foo*
I have a file that is created weekly with a slightly different filename each time (Foo1201, Foo1202, Foo1203, etc.) and it doesn't have an extension, so I can't choose a specific file.
Finally got a chance to try this. Entering the file nas as foo*.* doesn't work. I think it's because the file(s) I'm trying to delete do not have a file extension. and file* doesn't work either ....
Hmm. It worked when I tested it, with or without a file extension. The actual entry I used to test was C:\Documents and Settings\Me\My Documents\New Folder\xxx*.*
It worked with varying file names beginning with xxx
Finally got a chance to try this, and it's still not working. I wonder if it's because my files have no extension? My other custom file/directories delete just fine ...
When I did it only the files in directory specified as C:\stuff\*.bak were deleted. It did not search for the files in C:\stuff\today or any of the C:\stuff\ subdirectories. How can you make