mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
No EOL
199 B
Batchfile
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 |