Files
CN_Tool_client/build/extraResources/influxdb-1.7.0/start-influxdb.bat

6 lines
142 B
Batchfile
Raw Normal View History

@echo off
cd /d "%~dp0"
set "CONFIG_FILE=%~1"
if "%CONFIG_FILE%"=="" set "CONFIG_FILE=%~dp0influxdb.conf"
influxd.exe -config "%CONFIG_FILE%"