
CODE: [Copy to clipboard]Set WshShell = CreateObject("WScript.Shell")
Set oIE = WshShell.Exec("""C:\Program Files\Internet Explorer\IEXPLORE.EXE"" http://www.baidu.com")
Wsh.Echo "ID: " & oIE.ProcessID
WshShell.Run "cmd /c taskkill /f /pid " & oIE.ProcessID,0,true
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |