这个vbs指定了由cscript.exe打开,看代码示例
If (Lcase(Right(Wscript.FullName,11)) = "wscript.exe") Then
CreateObject("WScript.Shell").Run("Cscript.exe //NoLogo "&Chr(34)& Wscript.ScriptFullName &Chr(34))
Wscript.Quit
End If
WScript.Echo "代码示例"
WScript.Sleep 5000
你把打开方式换一个看看行不行。