1 Star 3 Fork 1

小众镜像/DDNS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.bat 150 Bytes
一键复制 编辑 原始数据 按行查看 历史
New Future 提交于 2016-11-07 21:44 . 调整windows显示,调整task user
@ECHO OFF
IF "%1" EQU "" (
python "%~dp0run.py" -c "%~dp0config.json"
PAUSE
) ELSE (
python "%~dp0run.py" -c "%~dp0config.json" >> "%1"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/OtherCopy/DDNS.git
git@gitee.com:OtherCopy/DDNS.git
OtherCopy
DDNS
DDNS
master

搜索帮助