From 132b811185a7428646cc3e16beae4e3f65ffc241 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 19 May 2012 08:12:47 +0200 Subject: [PATCH] Silence error messages from rd. --- dist.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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