Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Аватара для Fraks

Новый участник


Сообщения: 28
Благодарности: 0

Профиль | Отправить PM | Цитировать


Код: Выделить весь код
If WinExists(@ScriptName) Then Exit
AutoItWinSetTitle(@ScriptName)
BlockInput(1)
run('foxit.exe')
WinWaitActive('Foxit Reader Install Wizard','Setup will install Foxit Reader')
send('{Enter}')
WinWaitActive('Foxit Reader Install Wizard','Please read the license')
send('{Enter}')
Opt("MouseCoordMode",2)
MouseClick("left",89,213,1,10000000)
WinWaitActive('Foxit Reader Install Wizard','Click Install to continue with the installation')
send('{Enter}')
WinWaitActive('Foxit Reader Install Wizard','By installing the following plugin')
ControlClick('Foxit Reader Install Wizard','By installing the following plugin',"Button3")
Sleep(500)
Send('{Enter}')
WinWaitActive('Foxit Reader Install Wizard','Setup has successfully installed')
ControlClick('Foxit Reader Install Wizard','Setup has successfully installed',"Button2")
Sleep(500)
ControlClick('Foxit Reader Install Wizard','Setup has successfully installed',"Button5")
Sleep(500)
Send('{Enter}')
BlockInput(0)
скрипт автоматической установки foxit reader

-------
Fraks


Последний раз редактировалось Creat0R, 15-08-2009 в 14:39. Причина: Добавлен тег code


Отправлено: 14:16, 15-08-2009 | #3