|
Here's a really dumb way in DOS:
Open up your dos prompt.
CD into the directory you want to recursively remove files from.
Type: dir *.jpg /S/B > list.bat
Open up "list.bat" in an editor and prepend each line with "del " (using a regular expression replace)
Run that batch file.
-- totally dumb, but since I don't know of any program either, that's how I'd do it.
__________________
Your post count means nothing.
|