Windows-bat-loop for restart exe
Posted yongchao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows-bat-loop for restart exe相关的知识,希望对你有一定的参考价值。
Windows-bat-loop for restart exe
July 10, 2020 2:09 AM
周期重启某个指定的程序
@echo off
:start
choice /t 10 /d y /n >nul
cd C:UsersAdministratorDesktopXXXX.exe
choice /t 10 /d y /n >nul
taskkill /F /IM XXXX.exe
goto start
以上是关于Windows-bat-loop for restart exe的主要内容,如果未能解决你的问题,请参考以下文章
python SetterMixin for Rest Framework
kafka-rest:A Comprehensive, Open Source REST Proxy for Kafka
如何将 flask.url_for() 与 flask-restful 一起使用?