Jun 27, 2007

[自製]autoit v3 安裝orbit downloader

#include

Run("OrbitDownloader2.0.1.exe")
;執行程式

WinWaitActive("Setup - Orbit")
;等待安裝視窗出現

Send("!N")
; alt+n,按下一步

WinWaitActive("Setup - Orbit","Setup has finished installing Orbit on your computer")
sleep ("1000")
send("{space}")
Send("{tab}")
send("{space}")
Send("{tab}")
send("!F")

No comments:

Post a Comment