[Gambas-user] redirecting stdout/console output to a textbox

2009-05-11 Thread Kevin Fishburne
I'm using GAMBAS to control several daemons using the SHELL command, all of which output messages to the GAMBAS console. Is there a way to either grab the console output so that it can be placed in a textbox or similar control, or redirect it to such a control? I need the user to be able to see

Re: [Gambas-user] redirecting stdout/console output to a textbox

2009-05-11 Thread Mike Keehan
Kevin, Look up the SHELL command in the help browser - it takes parameters for Read|Write or Input|Output which can do what you want. And look at the Console example program which uses the EXEC and captures output. Mike. Kevin Fishburne wrote: I'm using GAMBAS to control several daemons