wintitle = "T[o[փOI"
ServerUser = ""
ServerPass = ""
ServerDomain = ""

WaitFor(wintitle, 5)
If (WndExists(wintitle) = 1)
   SendKeys(wintitle, ServerUser)
   SendTab(wintitle)
   SendKeys(wintitle, ServerPass)
   SendTab(wintitle)
   SendKeys(wintitle, ServerDomain)
   SendTab(wintitle)
   SendSpace(wintitle)
   SendLeftSoft(wintitle)
EndIf
Exit
