Hi,
If I put sip:user@somewhere.com into "Run" on my Win8 machine,
or make a shortcut sip:user@somewhere.com , and run it, it will open the default program that handles it, in my case Lync,
how do I emulate this from Autoit,
I have tried
Run(@ComSpec & " /c " & "sip:"& $UsersADInfo [5][1])
Run("C:\Program Files (x86)\Microsoft Office\Office15\lynce.exe" & " sip:"& $UsersADInfo [5][1])
Run("sip:"& $UsersADInfo [5][1])
$UsersADInfo [5][1] equals and email address
Thank you for any help,
Nigel