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.

List Temporary Internet Files

 Keywords: Shell Application Shell.application Temporary Internet Files History Cookies Internet Cache 


objShell = CreateObject ("Shell.Application")
objFolder = objShell.Namespace (32); C:\Documents and Settings\deana\Local Settings\Temporary Internet Files
foldername = objFolder.self.path
list = ''
ForEach strFileName In objFolder.Items
   data = ""
    list = list : @TAB : strFileName.name
Next
AskItemlist(objFolder.title, list, @TAB, @UNSORTED, @SINGLE )
objShell = 0
objFolder = 0
Exit

Article ID:   W18188
Filename:   List Temporary Internet Files.txt
File Created: 2009:12:14:11:09:50
Last Updated: 2009:12:14:11:09:50