mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
6 lines
No EOL
73 B
Batchfile
6 lines
No EOL
73 B
Batchfile
@echo off
|
|
cd C:\TDengine
|
|
if not "%1" == "" (
|
|
%1 --help
|
|
@cmd /k
|
|
) |