4,009
社区成员




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)