autoit运行程序 autorun.au3

rozzy 新浪博客 rozzy QQ 空间 商品 rozzy 资料 评论 专辑 资源 rozzy 播客 视频 音乐
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)


你可能感兴趣的:(技巧,调用,autoit)