st-ten-1/runme.bat

5 lines
94 B
Batchfile
Raw Normal View History

2023-02-17 20:19:30 +00:00
echo on
SET mypath=%~dp0
cd %mypath%
2023-10-12 17:37:39 +00:00
.\venv\Scripts\activate.bat && python -O "./src/main.py"