windows bat定时重启软件

@echo off
title Restart Collector OnTime
:while
taskkill /f /im Collector.exe
start Collector.exe
set d=%date:~0,10%
set t=%time:~0,8%
echo restart Collector success,%d% %t%
choice /t 12 /d y /n >nul
goto :while

猜你喜欢

转载自blog.csdn.net/qq_23350817/article/details/108453129
今日推荐