Files
cmpdd/dev.bat
T

4 lines
52 B
Batchfile
Raw Normal View History

title run
cd /d "%~dp0" && python -m src.main
pause