Re: [Gambas-user] Standard Input & Exec

2015-02-26 Thread Tobias Boege
On Thu, 26 Feb 2015, John Rose wrote: > > Forwarded Message > Subject: Re: [Gambas-user] Standard Input & Exec > Date: Thu, 26 Feb 2015 00:43:46 +0100 > From: Tobias Boege > Reply-To: mailing list for gambas users > > T

[Gambas-user] Standard Input & Exec

2015-02-26 Thread John Rose
to run the app outside the IDE (i.e. by launching the executable from the CLI), it still worked OK when I used the Debug command within the IDE. John Forwarded Message Subject:Re: [Gambas-user] Standard Input & Exec Date: Thu, 26 Feb 2015 00:43:46 +0100

Re: [Gambas-user] Standard Input & Exec

2015-02-25 Thread Tobias Boege
On Wed, 25 Feb 2015, John Rose wrote: > I want an Exec command to take input from Standard Input. I've looked at > the Gambas documentation and it states: > "If WRITE is specified, data can be sent to the command standard input > by using the Process object with common output instructions: PRINT, >

[Gambas-user] Standard Input & Exec

2015-02-25 Thread John Rose
I want an Exec command to take input from Standard Input. I've looked at the Gambas documentation and it states: "If WRITE is specified, data can be sent to the command standard input by using the Process object with common output instructions: PRINT, WRITE, ... Note that a reference to the Process