What I want is design a program that deletes cookies every so often. Now cookies can not be deleted with a dos line suchas Del C:\Windows\cookies\*.* so what can I use?

I was thinking of maybe somehow selecting all then delete then empty recycle bin, but that seems like a sloppy way of doing it. Anyone have an idea?