SystemUtil.Run "http://www.kaixin001.com" ‘打开网址
SystemUtil.Run "F:\vb工程\vbscript学习\test.txt" ‘打开文件test.txt
SystemUtil.CloseDescendentProcesses ‘关闭所有QTP打开的进程
SystemUtil.CloseProcessByName "iexplore.exe" ’按名称关闭进程
SystemUtil.Run "http://www.kaixin001.com" ‘打开网址
SystemUtil.Run "F:\vb工程\vbscript学习\test.txt" ‘打开文件test.txt
SystemUtil.CloseDescendentProcesses ‘关闭所有QTP打开的进程
SystemUtil.CloseProcessByName "iexplore.exe" ’按名称关闭进程