Is there a way to create a second console to output to in .NET when writing a console application?
A single console is attached to any given process. So in short you can not. But there are ways to "fake it"