' Returns installed Skype software version Set objSkype = CreateObject( "Skype.Detection" ) WScript.Echo objSkype.SkypeVersion Set objSkype = Nothing