WScript.Shell对象的 run()和exec()函数使用详解
vbScript 中 WScript.Shell 对象的 run 和 exec 函数功能使用详解函数声明: Set Ws = CreateObject("Wscript.Shell") Function Exec(ByVal Command As String) As WshExec Function Run(ByVal Command As String,...