这个vbs程序问一下出啥问题了,为啥运行不了?
Doset bag = GetObject("winmgmts:.rootcimv2")
Set pipe=bag.execquery("select * from win32_process where name='League of Legends.exe'")
For Each i In pipe i.terminate()
Next wscript.sleep 1000 Loop
2016-04-14 08:38