I have a C# console application that sends constant output to the console via console.writeline. Works fine if I invoke it manually. Now I want it to be started by task scheduler. The app is started OK, but the output does not appear anywhere. The data is real time output so writing to a file is not an option.
How do I get it to show?