Hi all
I am trying to capture the output of Blockland's dedicated server. I used to do it simply by piping the STDOUT of blockland.exe -dedicated. Now with the launcher, however, I am not sure how to best approach this. Because the launcher launches blockland.exe -dedicated on its own accord, I'm not sure how I can get the output of the console. If I just launch BlocklandLauncher.exe -dedicated, I end up with the launcher output, but then it terminates as soon as the actual server launches.
Any ideas?