mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
10 lines
No EOL
278 B
Batchfile
10 lines
No EOL
278 B
Batchfile
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
|
|
python server.py
|
|
|
|
pause |