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.
--- Begin Message ---
if i use
SHELL sCommand to sVar
i have
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.
--- Begin Message ---
On Mon, 2010-12-27 at 10:20 +1100, Ian Haywood wrote:
>