回复 5# mtvtop
用法,先编译副程序,再编译主程序。
副程序如下:
#Region ;**** 参数创建于 ACNWrapper_GUI ****
#AutoIt3Wrapper_icon=C:\windows\system32\SHELL32.dll
#AutoIt3Wrapper_outfile=queding.exe
#AutoIt3Wrapper_Res_Comment=点击“是”的副程序
#AutoIt3Wrapper_Res_Description=点击“是”的副程序
#AutoIt3Wrapper_Res_Fileversion=0.0.0.3
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y
#AutoIt3Wrapper_Res_LegalCopyright=queding
#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****
WinWait("警告", "历史记录")
WinActivate ( "警告", "历史记录")
Send("!Y");清除Cookies会弹出对话框,自动答应对话
WinWait("警告", "Cookie")
WinActivate("警告", "Cookie")
Send("!Y");清除Cookies会弹出对话框,自动答应对话
主程序如下:
#Region ;**** 参数创建于 ACNWrapper_GUI ****
#AutoIt3Wrapper_icon=C:\WINDOWS\system32\SHELL32.dll|-240
#AutoIt3Wrapper_outfile=CleanHistory.exe
#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****
FileInstall("queding.exe", @AppDataDir & "\queding.exe",1)
ShellExecute(@AppDataDir & "\queding.exe", "", "", "")
$shell = ObjCreate("Shell.Application")
$shell.NameSpace(34).Items().InvokeVerbEx("delete");清除历史文件
$shell.NameSpace(32).Items().InvokeVerbEx("delete");IE缓存,包含Cookies
由于权限原因不能上传源码文件 |