Hi Henrik,
When running a VisualCron job in Background mode, such as running a Console application, it would be great if enabling "Store standard output" and "Store standard error" copied the output stream instead of re-directed it to VisualCron temp files. Effectively, I want the equivalent of a "Tee-Object" in PowerShell that splits the stream to two destinations: self and VisualCron.
Separately, if VisualCron could stream the output as the program executes, then that would probably be the best solution, since the only reason I run Console applications in Foreground mode today are:
1. Interactive input
2. Needing to see current status of the program without killing it
3. GUIs (that therefore require a Win32 Desktop Session)