首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

autoit运作程序 autorun.au3

2012-12-26 
autoit运行程序 autorun.au3If Not WinExists(CRozzy) ThenRun(E:\C++\CRozzy\Release\CRozzy.exe)Win

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)



热点排行