02-23-2008, 04:10 AM 
		
	
	
		Hey, i know this deletes the temp files
but it doesnt seem to delete temp internet files any idea how to do that?
	
	
	
	
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?

 
 

 

