Re: Tool for deleting all files except specific file extension?
de wwwald 06/07/2006 09:37
laterna@magic.ms wrote:
> I have a folder containing many subfolders.
> Within all this subfolders there are a lot of files having
> different file extensions ( .zip, .jpg, .txt, .doc, .xls, ...)
>
> I want to delete all files in all subfolders except one or
> more specific file extension.
Install Cygwin and learn some bash scripting, it's the most flexible
solution for problems like these.