# 程序进程守护bat脚本 **Repository Path**: nehu/bat-program-daemon ## Basic Information - **Project Name**: 程序进程守护bat脚本 - **Description**: 程序进程守护脚本(以TIM程序为例) - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-06 - **Last Updated**: 2022-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 程序进程守护bat脚本 #### 介绍 程序进程守护脚本(以TIM程序为例) #### 使用说明 1. set taskName="TIM.exe" 修改要守护的程序名和程序路径 2. start /d "C:\Program Files (x86)\Tencent\TIM\Bin\" TIM.exe 修改程序路径 2. 运行脚本 #### 特技 1. 守护日志写入路径--D:\bat\keepAliveLog.txt