3 lines
38 B
Batchfile
3 lines
38 B
Batchfile
|
cd %~dp0
|
||
|
py -3.4 setup.py py2exe
|
||
|
pause
|