clankill3r
Thanks, that will do for now.
@Allen, it would still be nice to be fixed. Cause the 'start 4coder' solution opens another cmd window, and I prefer to keep my windows to a minimal.
1 2 | editbin.exe /subsystem:console my.exe // this will make my.exe to use console and stdin/stdout editbin.exe /subsystem:windows my.exe // this will make my.exe to not use console at all |