TDengine/tests/script/sh/stop_dnodes.bat

6 lines
147 B
Batchfile
Raw Normal View History

2021-01-18 11:52:42 +00:00
@echo off
2021-01-16 15:58:45 +00:00
2021-01-18 11:52:42 +00:00
rem echo taskkill /F /IM taosd.exe
2021-01-16 15:58:45 +00:00
2021-01-21 07:05:09 +00:00
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
2021-01-18 11:52:42 +00:00
taskkill /F /IM taosd.exe > NUL 2>&1