1. systemUtil.Run ‘SystemUtil对象的Run方法
SystemUtil.Run “http://192.168.11.82/XXX”
参数实例:
File:“http://192.168.11.82/XXX”
Params:””
Op:
Mdoe:”open”
2. InvokeApplication ‘调用程序函数
InvokeApplication “Http://192.168.11.82/XXX”
3. WSH ’通过wsh对象的Run(dat)或者exec(exe)方法
Dim oWSH
Set oWSH=createObject(“WScript.shell”)
oWsh.exec“http://192.168.11.82.XXX”
Set oWSH=nothing