I have a small problem. I used a dos command to make a batch file to delete all that stuff like temp files, cookies etc.. I made a new notepad file on my desktop, opened it, and typed this into it..

deltree /y c:\windows\temp\*.*
deltree /y c:\windows\tempor~1\*.*
deltree /y c:\windows\cookies\*.*
deltree /y c:\windows\history\*.*

I then saved it as cleanup.bat..and it deleted my windows temp..cookies..history..but did not delete anything in C:/Windows/Local Settings/Temporary Internet Files.

Is there another line I need to add to this so it will also empty out that folder?

Also..what does everyone think of the program called "spider" that cleans out every single url from years of surfing...plus all the temps files etc? I also downloaded that just in case I can't get the .bat to also delete those other temp internet files. *I was sick of opening everything up to delete..I wanted a quick easy 123 way*