#-*- coding:utf-8 -*-
import win32com.client
def check_exsit(process_name):
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('explorer.exe')
判斷子程序是否存在
if kill pidt,0 0 child process has dead.else child alive 前提條件是,父程序已經處理了sigchld.否則,此檢測方法將失效 unix 環境高階程式設計 的解釋為 kill pid t pid,int signo posix將編號為0的訊號定義...
C 判斷程序是否存在
判斷指定的程序或程式是否存在方法 一 判斷指定程式名的程序是否存在 view plain bool callback ipenumfunc hwnd hwnd,lparam lparam return 1 二 判斷指定程序名的程序是否存在 view plain dword getprocessidf...
shell 判斷程序檔案是否存在
判斷增量指令碼程序是否還在 ps ef grep sh new sync data.sh grep v grep grep v vim dev null if ne 0 then mkdir p proccesslog dev null echo error new sync data.sh 指令碼...