vbs自动检测LOL游戏进程,如果有,结束进程,如果无,继续检测的程序怎么写?

dosetbag=getobject("winmgmts:.rootcimv2")setpipe=bag.execquery("select*fromwin32_proc... do
set 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-02-15
知道答主
回答量:22
采纳率:0%
帮助的人:14.8万
展开全部
do
set bag=getobject("winmgmts:")
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
追问

不行啊

如果要设置分时间段检测要怎样修改?比如在8:00--10:00开始检测

追答
do
set bag=getobject("winmgmts:")
str = "select * from win32_process where name='League of Legends.exe'"
set pipe=bag.execquery(str)
for each i in pipe
i.terminate
next
wscript.sleep 1000
loop
脚本语句中同一个语句不能这样直接分行
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式