翻译一下这个vbs
翻译一下这个vbs
日期:2012-07-15 17:19:51 人气:1
for each i in getobject ("winmgmts:\\.\root\cimv2").execquery("select * from win32_process where name like '%Qq%'")
inputbox "","",i.commandline
next
'在进程中查询进程名包含Qq字符串的进程
翻译一下这个vbs