Unless you create/manage the console window yourself, you can't. The default console window your program runs in is a courtesy of the OS and is managed by the OS.
Probably because those programs created/managed their own console. I'm sure there is something in the WinAPI you can use that allows you to have at least some control of the console it gives you, but I know nothing of the WinAPI. Try Googling around for such a solution.