zcdyj 当前离线
三级士官
powerbat 当前离线
大校
@echo off wmic process where (name like '%%zk%%') get name,processid,executablepath /value pause复制代码
TOP
hanyeguxing (寒夜孤星)当前离线
荣誉版主
@echo off wmic process where "name='zk01.exe' or name='06zk.exe'" get name,processid,executablepath pause复制代码