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)
There is no pop-up window to call the e:\1.bat file. But there is always a problem with my VBS script. Where is the problem? Urgent!
set objshell=wscript.createobject("wscript.shell")
wscript.sleep(10000)
iReturn=objshell.Run("cmd.exe/c \\127.0.0.1\e:\1.bat",0,true)
There is no pop-up window to call the e:\1.bat file. But there is always a problem with my VBS script. Where is the problem? Urgent!

