Quote:
Originally Posted by GatorDeb
I did that and don't understand a word
I have 80-something files from 20-something places all in one directory... easier to convert than hunt them all down.
|
Yes, I just looked..
for /R %%a in (*.prc)
will loop through a list of all files found in the current folder and any sub folder. If you want the results to be in one place you can specify that single path on your outfile parameter.
BOb