diff --git a/dist.bat b/dist.bat index 518703e..0f6a51d 100644 --- a/dist.bat +++ b/dist.bat @@ -14,8 +14,8 @@ :: along with this program. If not, see . @echo off set PYDIR=c:\python27 -rd /s /q build > nul +rd /s /q build > nul 2>&1 call %~dp0\build.bat -rd /s /q dist > nul +rd /s /q dist > nul 2>&1 %PYDIR%\python.exe setup.py py2exe pause