Files
big-qmt/run.bat

6 lines
66 B
Batchfile
Raw Normal View History

2026-08-28 18:52:27 +08:00
git pull
set PYTHONUTF8=1
2026-09-09 18:24:09 +08:00
cd py-client/
2026-08-28 18:52:27 +08:00
start python main.py
exit