TDengine/tests/script/sh/stop_dnodes.bat
2024-09-03 19:37:22 +08:00

8 lines
No EOL
199 B
Batchfile

@echo off
rem echo taskkill /F /IM taosd.exe
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
taskkill /F /IM taosd.exe > NUL 2>&1
sleep 2
rem echo taskkill /F /IM taosd.exe finished