Created
November 6, 2011 09:18
-
-
Save raa0121/1342674 to your computer and use it in GitHub Desktop.
Skypeのマルチログインスクリプト
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Explicit | |
Dim objWshShell | |
Set objWshShell = WScript.CreateObject("WScript.Shell") | |
objWshShell.Run """C:\Program Files\Skype\Phone\Skype.exe"" /secondary /username: /password: /nosplash /minimized" | |
Set objWshShell = Nothing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment