Загрузка страницы

Automating dayend login for Horizon ILS

Script and demo for how to automate the login for Horizon 7.5.6 dayend user and setting the automatic run feature for the horizon client.

This setup requires that you have logged into the Horizon Client Previously; and the last user that was logged in as was the dayend user.

'GUI Automated Login Script'
Set WshShell = WScript.CreateObject("WScript.Shell")
WScript.Sleep 5000
'Run the Horizon application from the desktop link
WshShell.Run """$PATH\Horizon 7.5.6.lnk""", 5
'wait 10 seconds
WScript.Sleep 10000
'send the password for the dayend user
WshShell.SendKeys "$dayendpassword"
'press enter
WshShell.SendKeys "{ENTER}"
'wait 15 seconds for the Dayend manager app to run
WScript.Sleep 15000
'Press tab 5 times to get to the automatic button and press enter
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{ENTER}"
'wait 10 seconds
WScript.Sleep 10000
'Select the Downtown Library Application'
WshShell.AppActivate "Downtown Library"
'Minimize the Application'
wshShell.SendKeys "% n"

Видео Automating dayend login for Horizon ILS канала Trevor Tye
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
18 ноября 2022 г. 0:52:06
00:04:06
Яндекс.Метрика