wscript.createobject("wscript.shell").run "目标文件"严谨写法
dim wshset wsh=createobject("Wscript.shell")wsh.run "程序.exe"