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>
本文来自博客园,作者:选词填空,转载请注明原文链接:https://www.cnblogs.com/hujianLS/p/17390193.html
浙公网安备 33010602011771号