stop_dnodes.bat 192 字节
Newer Older
1 2 3 4 5
@echo off

rem echo taskkill /F /IM taosd.exe

wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
K
kailixu 已提交
6 7 8
taskkill /F /IM taosd.exe > NUL 2>&1

rem echo taskkill /F /IM taosd.exe finished