It is easy to get around this limitation.
The code that you want to run as a separate stream with its own console window simply encodes it as a separate console application, passing parameters as necessary on the command line.
Then run individual instances of this code using Start () inside the main application.
user10749268
source share