本帖最后由 wanghan519 于 2024-12-26 05:40 编辑
试了一下busybox.exe,也挺好用,主要有个inotifyd来监视文件夹变化- #&cls&busybox ash -ueo pipefail "%~0"&pause&exit
- inotifyd - test:c | while read a b c; do
- if [[ `stat -c '%s' $b'/'$c` -lt 6000 ]]; then
- taskkill /f /t /im Jeff.exe
- fi
- done
复制代码
|