From 8e5f0591866d1455e1b7e2ee84ed3232423b5ec6 Mon Sep 17 00:00:00 2001 From: vlachoudis Date: Wed, 10 Feb 2016 07:18:48 +0100 Subject: [PATCH] restored "python" instead of "pythonw" until all references to stdio, stderr are removed --- bCNC.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bCNC.bat b/bCNC.bat index 60ec9abca..3f5592ee1 100644 --- a/bCNC.bat +++ b/bCNC.bat @@ -1,4 +1,4 @@ @echo off set DIR=%~dp0 set PYTHONPATH=%DIR%lib;%DIR%plugins;%PYTHONPATH% -start pythonw "%DIR%bCNC.py" +start python "%DIR%bCNC.py"