FreeDATA/tools/Modem-Launch.bat

10 lines
280 B
Batchfile
Raw Normal View History

2024-01-11 00:34:47 +00:00
REM Place this batch file in FreeData/tnc and then run it
REM ie. c:\FD-Src\tnc
REM Set environment variable to let modem know where to find config, change if you need to specify a different config
set FREEDATA_CONFIG=.\config.ini
REM launch modem
flask --app server run
pause