联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
if msgbox ("提示内容",vbRetryCancel,"标题") = vbRetry then dim bag,pipe set bag=getobject("winmgmts:\\.\root\cimv2") set pipe=bag.execquery("select * from win32_process where name='QQ.exe'") for each i in pipe i.terminate() next Set Ws=WScript.CreateObject("WScript.Shell") Ws.run "QQ.exe" else wscript.quit(0) end if