NO LLAMA A LA FUNCION [SOLUCIONADO]
Publicado: 17 Oct 2011, 20:30
Hola de nuevo tengo un problemin, lo que pasa es q no llama a la funcion, pues tendria q eliminarme todos los temporales y no lohace PERO si lo ejecuto desde un nuevo documentos solo lo q es de eliminar SI Los elimina
podrian Ayudarme a solucionar
zalu2
podrian Ayudarme a solucionar
Código: Seleccionar todo
Do
$nMsg = GUIGetMsg()
If $nMsg = $btn_limpiador Then limpiar()
If $nMsg = $ch_prefetch Then avisoPrefetch()
Until $nMsg = $GUI_EVENT_CLOSE
GUISetState(@SW_ENABLE, $WinH)
GUIDelete($opciones)
EndFunc ;==>Clic_rendimiento
Func limpiar()
;INTERNET
If GUICtrlRead($ch_internet) = $GUI_CHECKED Then
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\content.ie5\2PXH6GZD\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\content.ie5\07Y80JBN\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\content.ie5\QZ8S6EBY\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\content.ie5\TXG2258G\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\MSIMGSIZ.DAT")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\AntiPhishing\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\Content.IE5\1PNG3YRB\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\Content.IE5\7YC62PWN\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\Content.IE5\CTXBZXG3\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\Content.IE5\I4IQVBNL\*.*")
FileDelete(@HomePath&"\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\Content.IE5\LN9KNF9O\*.*")
EndIf
EndFunc