5 lines
71 B
Batchfile
5 lines
71 B
Batchfile
|
|
@echo off
|
||
|
|
cd /d "%~dp0"
|
||
|
|
influxd.exe -config "%~dp0influxdb.conf"
|
||
|
|
pause
|