Hi Esteban
> I recommend you to take a look at this:
> http://smalltalkhub.com/#!/~OS/OS-Windows
> there can be a solution (not sure, because I never used it)
Yes I did, I got something like this
si := WinStartupInfo new.
si wShowWindow: 0.
pi := WinProcessInformation new.
WinProc
On 23 Dec 2013, at 21:13, Igor Stasenko wrote:
>
>
>
> On 23 December 2013 20:06, Sean P. DeNigris wrote:
> Emilio Oca-3 wrote
> > Hi
> >
> >
> >
> > Is it possible to get the stdout results when running WinProcess
> > createAndWaitForProcess: aCommand?.
> >
> > If it is not, any alternativ