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"