Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Use QM to Delete Specified Files in IE Browser Temporary Folder
#2
this should do what ya need

Function removeIEcache
Code:
Copy      Help
Dir d
foreach(d "$Cache$\*" FE_Dir 4)
,str path=d.FullPath
,;out path
,str name=d.FileName
,sel name 2
,,case  ["*FocuskyShower*" ,"*FocuskyShowerShell*"]
,,out "found %s" name
,,case else
,,del- path
,,err
,,,out "cannot remove %s" name
,,,continue
,,out " removed %s" name


Messages In This Thread
RE: How to Use QM to Delete Specified Files in IE Browser Temporary Folder - by Kevin - 06-16-2018, 05:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)