Skip to content

Instantly share code, notes, and snippets.

@raa0121
Created November 6, 2011 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raa0121/1342674 to your computer and use it in GitHub Desktop.
Save raa0121/1342674 to your computer and use it in GitHub Desktop.
Skypeのマルチログインスクリプト
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