Files
cmbot/dev.bat
T

4 lines
51 B
Batchfile
Raw Normal View History

2026-06-15 16:44:33 +08:00
title run
cd /d "%~dp0src" && python main.py
pause