View Single Post
Old 10-11-2006, 10:03 AM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
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.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote