windows查看后台执行中的python或bat脚本:

wmic process where caption="test.bat" get processid,commandline | findstr /v findstr
# win10前的系统可以用一下命令:
wmic process get commandline,processid | findstr test.bat | findstr /v findstr<details>
posted on 2023-05-11 10:04  选词填空  阅读(134)  评论(0)    收藏  举报