FreeDATA/tools/Windows/Modem-Launch.bat

10 lines
278 B
Batchfile
Raw Normal View History

2024-01-11 00:34:47 +00:00
REM Place this batch file in FreeData/modem and then run it
REM ie. c:\FD-Src\modem
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
2024-01-13 15:54:17 +00:00
python server.py
2024-01-11 00:34:47 +00:00
pause