6 lines
168 B
Batchfile
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
|