|
Re: Deleting Vista Search Folders I have another folder that is giving me trouble (Temporary Internet Files). I can delete the files manually. But I cannot delete them from an automated script (.cmd) file. Also I tried placing the entire path in quotes because the folder name contains spaces. btw> I use Mozilla Firefox instead of Internet Explorer:
DEL "C:\Users\Dan\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*" |