homework-jianmu/packaging/tools/taos.bat

6 lines
73 B
Batchfile

@echo off
cd C:\TDengine
if not "%1" == "" (
%1 --help
@cmd /k
)