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