Отвечу сам , шагать в сторону vbs:
Set WshShell = WScript.CreateObject("WScript.Shell")
Wscript.Sleep 2000
set pid = WshShell.Exec ("C:\путь\client.exe")
Do While (WshShell.AppActivate (pid.ProcessID) = False)
Loop
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "(%+)"
Wscript.Sleep 1500
WshShell.SendKeys "{DEL 15}"
WshShell.SendKeys "айпи"
WshShell.SendKeys "{TAB}"
Wscript.Sleep 1000
WshShell.SendKeys "{DEL 15}"
WshShell.SendKeys "Логин"
WshShell.SendKeys "{TAB}"
Wscript.Sleep 1000
WshShell.SendKeys "{DEL 15}"
WshShell.SendKeys "Пароль"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{ }"