A program to delete all media files

I'm looking to create a simple program, that once it's activated it wipes all media files (jpg, png, gif, mpg, wav, mp3, etc) from a computer. First off I'd like to know if it can be done at all. Like I said, it's got to be fast and simple, just run to remove basically. If you have any ideas, please tell me, it would be most appreciated. The majority of my C++ experience is making text games, so I really don't know where to begin with this. Thanks again.
Why does it need to be a C++ program? You could use a batch file.

What about the stuff you don't have permissions to delete? You'd still be left with stuff.
Last edited on
Topic archived. No new replies allowed.