Short answer, no.
You could make multiple batch files. One for each file extention you wanted. But then you would have to merge them together.
Each one would look something like this:
dir d: /s *.exe >blah1.txt
dir d: /s *.dll >blah2.txt
This would grab all the exe's on the d drive but then you would have to manipulate the resulting files to get the directory structure correct.
What is you timeframe on this?
|