01 2023 档案

windows下BAT实现守护进程
摘要:通过bat守护特定exe @echo off :start choice /t 5 /d y /n >nul tasklist|find /i "程序名称.exe" if ERRORLEVEL 1 ( echo 无exe程序 start D:\程序名称.exe ) else (echo 有exe程序 阅读全文

posted @ 2023-01-15 16:54 anjun_xf 阅读(298) 评论(0) 推荐(0) 编辑

导航

TOP
点击右上角即可分享
微信分享提示