Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Temps
#1
Hey, i know this deletes the temp files

Code:
Copy      Help
spe
int WINDOW=id(3 "Temp Cleaner")

Dir d
foreach(d "$temp$\*" FE_Dir 0x4)
,str sPath=d.FileName(1)
,sPath+"[]"
,SendMessage(WINDOW EM_SETSEL -2 -2)
,SendMessage(WINDOW EM_REPLACESEL 0 sPath)
,del- sPath; err
foreach(d "$temp$\*" FE_Dir 0x1)
,sPath=d.FileName(1)
,sPath+"[]"
,SendMessage(WINDOW EM_SETSEL -2 -2)
,SendMessage(WINDOW EM_REPLACESEL 0 sPath)
,del- sPath; err
SendMessage(WINDOW EM_SETSEL -2 -2)
SendMessage(WINDOW EM_REPLACESEL 0 "[]-DONE-")
but- id(4 "Temp Cleaner")

but it doesnt seem to delete temp internet files any idea how to do that?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)