Dim objWshShell Set objWshShell = WScript.CreateObject("WScript.Shell") objWshShell.Run """C:\Program Files\Skype\Phone\Skype.exe"" /secondary" Set objWshShell = Nothing
64BIT用
Option Explicit
Dim objWshShell Set objWshShell = WScript.CreateObject("WScript.Shell") objWshShell.Run """C:\Program Files (x86)\Skype\Phone\Skype.exe"" /secondary" Set objWshShell = Nothing