1 Star 1 Fork 0

attilax2 / ati_wordutil

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
moni2.bat 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
attilax2 提交于 2017-06-02 16:41 . recyc monitor
rem autohotkey %~dp0moni2.ahk
:loop
rem ;--------------moni2
wmic process where "name='cmd.exe' " | findstr moni1.bat
IF ERRORLEVEL 1 GOTO notExist_moni2
IF ERRORLEVEL 0 GOTO ifBlockend2
:notExist_moni2
start "moni1.bat" %~dp0moni1.bat
goto ifBlockend2
:okend
:ifBlockend2
ping 127.0.0.1 -n 5
goto loop
Java
1
https://gitee.com/attilax/ati_wordutil.git
git@gitee.com:attilax/ati_wordutil.git
attilax
ati_wordutil
ati_wordutil
master

搜索帮助