Set shell = Wscript.createobject("wscript.shell")
convert = shell.run("C:\convert.bat {E:\freehost\www15la\web}", 0)
本文件名为xxx.vbs
我服务器禁止了 wscript.shell
我想以bat的形式执行
我想让bat 执行bat文件
[ Last edited by yfcdsy on 2007-11-25 at 12:56 PM ]
convert = shell.run("C:\convert.bat {E:\freehost\www15la\web}", 0)
本文件名为xxx.vbs
我服务器禁止了 wscript.shell
我想以bat的形式执行
我想让bat 执行bat文件
[ Last edited by yfcdsy on 2007-11-25 at 12:56 PM ]
