Re: Playing around with exec sample

2004-07-14 Thread Derrick 'dman' Hudson
On Wed, Jul 14, 2004 at 05:40:07PM +0200, Otto Wyss wrote: | > On Tue, Jul 13, 2004 at 10:06:05PM +0200, Otto Wyss wrote: | > | I want to start a process in my app and capture its output and error | > | messages. Therefore I played a little with the exec sample under Windows | > | but I wasn't able

Re: Playing around with exec sample

2004-07-14 Thread Otto Wyss
> On Tue, Jul 13, 2004 at 10:06:05PM +0200, Otto Wyss wrote: > | I want to start a process in my app and capture its output and error > | messages. Therefore I played a little with the exec sample under Windows > | but I wasn't able to capture any process output, the window of the exec > | sample a

Re: Playing around with exec sample

2004-07-13 Thread Derrick 'dman' Hudson
On Tue, Jul 13, 2004 at 10:06:05PM +0200, Otto Wyss wrote: | I want to start a process in my app and capture its output and error | messages. Therefore I played a little with the exec sample under Windows | but I wasn't able to capture any process output, the window of the exec | sample always stay

Playing around with exec sample

2004-07-13 Thread Otto Wyss
I want to start a process in my app and capture its output and error messages. Therefore I played a little with the exec sample under Windows but I wasn't able to capture any process output, the window of the exec sample always stayed empty. I.e. I just called a process which prints its help. Does