脚本专栏 
首页 > 脚本专栏 > 浏览文章

python 判断一个进程是否存在

(编辑:jimmy 日期: 2024/11/27 浏览:3 次 )
源代码如下:
复制代码 代码如下:
#-*- coding:utf-8 -*-
def check_exsit(process_name):
import win32com.client
WMI = win32com.client.GetObject('winmgmts:')
processCodeCov = WMI.ExecQuery('select * from Win32_Process where Name="%s"' % process_name)
if len(processCodeCov) > 0:
print '%s is exists' % process_name
else:
print '%s is not exists' % process_name

if __name__ == '__main__':
check_exsit('chrome.exe')
上一篇:python thread 并发且顺序运行示例
下一篇:python ElementTree 基本读操作示例
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网 网站地图 SiteMap