SyncTk/.vscode/tasks/windows/run_python.bat

6 lines
168 B
Batchfile
Raw Normal View History

2023-01-28 19:45:57 +02:00
rmdir /S /Q testpython
mkdir testpython
xcopy ".\src\" ".\testpython\" /h /i /c /k /e /r /y
venv\Scripts\activate && cd .\testpython && python .\main.py && deactivate