码迷,mamicode.com
首页 > 系统相关 > 详细

bat判断进程是否存在

时间:2018-01-04 16:32:42      阅读:340      评论:0      收藏:0      [点我收藏+]

标签:delay   dexp   echo   nginx   ima   结束进程   off   set   cal   

setlocal enabledelayedexpansion
@echo off
cd /d D:\work\tool\nginx-1.13.7

set hasit=no
for /F "tokens=1*" %%a in (‘tasklist /nh /fi "imagename eq nginx.exe"‘) do if %%a == nginx.exe set hasit=yes
if %hasit% == yes goto end
start nginx.exe
:end
set hasit=

nginx.exe -s reload

 

 

echo "结束进程"
TASKKILL /F /IM node.exe

echo "启动node"
cd /d D:\workIdel\tm_edc5.0

cnpm run deploy

bat判断进程是否存在

标签:delay   dexp   echo   nginx   ima   结束进程   off   set   cal   

原文地址:https://www.cnblogs.com/sprinng/p/8193441.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!