[Gambas-user] [Fwd: Re: hProcess is NULL]

2010-12-27 Thread Demosthenes Koptsis
If i use only hProcess1 = SHELL sCommand WAIT i see in Gambas console the stdout. i try to find a way to keep hProcess1 = SHELL sCommand WAIT and read stdout as Gambas console does. -- Regards, Demosthenes Koptsis. ---BeginMessage--- On Mon, 2010-12-27 at 10:20 +1100, Ian Haywood wrote: On

[Gambas-user] [Fwd: Re: hProcess is NULL]

2010-12-27 Thread Demosthenes Koptsis
oops Fabien you are right to complain i wanted hProcess1 = SHELL sCommand FOR INPUT AS AntiVirRun WHILE (hProcess1.State = hProcess1.Running) WAIT 10 WEND is it now ok? i think it is. -- Regards, Demosthenes Koptsis. ---BeginMessage--- if i use SHELL sCommand to sVar i have to