监控并重启程序,程序关闭后自动启动

@echo off
title 监控并重启程序
:en
tasklist |find "WeiXinSms.exe"||start C:\WeiXinSms\WeiXinSms.exe
tasklist |find "MaterialEzCad.exe"||start C:\MaterialEzCad\MaterialEzCad.exe
ping -n 20 127.0.0.1>nul
goto en

你可能感兴趣的:(监控并重启程序,程序关闭后自动启动)