Thanks,
Daniel_! That saved me a long time in manual labor...
About the only thing I needed to do was add
to select the files that were hidden, so I used:
Code:
del *.JPG /s /f /q /ah
and
Code:
del desktop.ini /s /f /q /ah
I figured that there was something easy to do in "DOS" (or whatever CMD is considered now in Vista).
Thanks again!