Question

I have three skype accounts (two for work, one for personal). When I restart my computer, only the last one I logged in with comes up. You can, once skype starts up, start another skype window by typing Win+R and typing

"C:\Program Files (x86)\Skype\Phone\Skype.exe" /secondary

However, you have to manually log in. I want to make a program that when I click starts three skype windows and logs in. I know how to start skype multiple times, but I don't know how to log in short of using SendKeys

Was it helpful?

Solution

Some other, less “official” command line parameters are:

"C:\Program Files\Skype\Phone\Skype.exe" /username:your user name /password:your password

http://community.skype.com/t5/Windows-desktop-client/CLI-commands/td-p/412397

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top