dim objshell
set objshell=wscript.createobject("wscript.shell")
wscript.sleep(10000)
iReturn=objshell.Run("cmd.exe/c \\127.0.0.1\e:\1.bat",0,true)
无弹出窗口调用e:\1.bat文件。可是我的这个VBS脚本老是有问题。请问哪里有问题啊。急切!
set objshell=wscript.createobject("wscript.shell")
wscript.sleep(10000)
iReturn=objshell.Run("cmd.exe/c \\127.0.0.1\e:\1.bat",0,true)
无弹出窗口调用e:\1.bat文件。可是我的这个VBS脚本老是有问题。请问哪里有问题啊。急切!

