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
posted @ 2023-01-15 16:54
Powered by:
博客园
Copyright © 2025 anjun_xf
Powered by .NET 9.0 on Kubernetes