SyncTk/.vscode/tasks/windows/flush_and_run_python.bat
2023-01-29 11:06:23 +01:00

6 lines
168 B
Batchfile

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