读书人

autoit运作程序 autorun.au3

发布时间: 2012-12-26 14:39:29 作者: rapoo

autoit运行程序 autorun.au3
If Not WinExists("CRozzy") Then
Run("E:\C++\CRozzy\Release\CRozzy.exe")
WinWaitActive("CRozzy")
Send("!{F4}")
EndIf

If Not WinExists("[CLASS:NOTES]") Then
ShellExecute("D:\Program Files\rozzy.nsf", 0)
WinWaitActive("Lotus Notes", "输入口令")
Send("pwd{ENTER}")
EndIf

If Not ProcessExists("email.exe") Then
Run("E:\C++\email.exe")
EndIf

ShellExecute("D:\Program Files\202bss.bat", 0)



读书人网 >编程

热点推荐