I have created a batch file for connecting to making a skype call...below now the below script just makes a audio call, In order to start the video I have to press Shift+Ctrl+R which I want to incorporate in the code itself. I tried below but it doesn't work. Can you advise what's going wrong over here...
"C:\Program Files (x86)\Skype\Phone\skype.exe" /callto:someone
Sleep 10
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "Shift+Ctrl+R"
"C:\Program Files (x86)\Skype\Phone\skype.exe" /callto:someone
Sleep 10
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "Shift+Ctrl+R"