Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clearing Internet Explorer files and other temporary files
#4
Code:
Copy      Help
spe
out
out "DELETE FILES"
Dir d
foreach(d "$temp$\*" FE_Dir 0x4)
,str sPath=d.FileName(1)
,out sPath
,del- sPath; err

out "DELETE FOLDERS"
foreach(d "$temp$\*" FE_Dir 0x1)
,sPath=d.FileName(1)
,out sPath
,del- sPath; err


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)