4,008
社区成员
发帖
与我相关
我的任务
分享 set ws=WScript.CreateObject("WScript.Shell")
thispath=createobject("Scripting.FileSystemObject").GetFolder(".").Path
msgbox thispath
ws.Run """C:\Program Files\Internet Explorer\123.vbs"""
thispath=createobject("Scripting.FileSystemObject").GetFolder(".").Path
msgbox thispath
wscript.sleep(5000)