thks martin and big_daddy
like in MSN, afetr entering your username, your passw, we'll be signed in and get our buddy list for chatting, i want my script wait til this action finish to begin to sign out.
Hi all,
I've got
; run Skype
Run("Skype.exe")
WinWaitActive("Skype")
; login
Send("toto")
Sleep(500)
Send("{TAB}")
Sleep(500)
Send("toto")
Sleep(500)
; HERE I NEED TO WAIT FOR FINISHING SIGNIN ??????
; Deconnection
Send("!f")
Send("d")
Anyone could help me ?