本帖最后由 netegg 于 2011-2-3 15:34 编辑 While 1
If ProcessExists("setup.exe") And Not (ProcessExists("office2003.exe")) Then
WinWaitActive("Microsoft Office 2003 安装", "用户信息")
Send("{enter}")
WinWaitActive("Microsoft Office 2003 安装", "安装类型")
Send("!n")
WinWaitActive("Microsoft Office 2003 安装", "摘要")
Send("!i")
WinWaitActive("Microsoft Office 2003 安装", "安装已完成")
Send("!f")
Else
if Not ProcessExists("setup.exe") then
MsgBox(0, "error", "安装被意外终止,请重新安装.")
ExitLoop
endif
EndIf
WEnd
可能有些问题,不知道楼主的具体要求,用不着adlib的,两层循环嵌套也用不着 |