- indeed python print does not work inside cmd: `wine python -c 'print(4)'` works, but `wine cmd /C "python -c 'print(4)'"` does not print anything, but wine cmd /C "python -V" works, investigating... - ok, I added the GetConsoleMode check for that case