WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Shell
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Delete Temporary Internet Files

 Keywords: Shell Shell.Application Delete Remove Temporary Internet Files 

oApp = ObjectCreate("Shell.Application")
oFolder = oApp.Namespace(32)
oFolderItem = oFolder.Self
TempIEFiles = oFolderItem.Path
RunHideWait(Environment("Comspec"),'/c RD /s /q "':TempIEFiles:'"')
Message("","Done")

Article ID:   W18186
Filename:   Delete Temporary Internet Files.txt
File Created: 2008:12:23:10:05:06
Last Updated: 2008:12:23:10:05:06