SystemUtil.Run ( FileName, Parameters, Path, Operation )SystemUtil.Run(“iexplorer.exe”,http://www.google.com)SystemUtil.Run(“test.txt”, “”,”C:\”,”1”)InvokeApplication “C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.google.com”WScript.shell” object.Set testshell= CreateObject (“Wscript.shell”)testshell.run "%windir%\notepad"