We are considering using XOJO for a cross platform front end of a cross platform command line program.
However before we decide, is there a way, using XOJO, to effectively redirect the standard output of that console program to the frontend directly and enable the frontend to periodically send input to that console program directly?
In my experience on the Mac side this happens automatically. The console app is called via shell. And the console output comes via shell.result. No clue about Windows.
Well, three, technically. There is also Interactive, which is like Asynchronous, but leaves the shell running so you can interactive with it through the events.