mirror of
https://github.com/NewFuture/DDNS.git
synced 2022-04-19 20:24:44 +00:00
8 lines
150 B
Batchfile
8 lines
150 B
Batchfile
@ECHO OFF
|
|
|
|
IF "%1" EQU "" (
|
|
python "%~dp0run.py" -c "%~dp0config.json"
|
|
PAUSE
|
|
) ELSE (
|
|
python "%~dp0run.py" -c "%~dp0config.json" >> "%1"
|
|
) |