7 lines
60 B
Batchfile
7 lines
60 B
Batchfile
|
cd %~dp0
|
||
|
|
||
|
python setup.py build
|
||
|
|
||
|
python test.py
|
||
|
|
||
|
pause
|