running an external .exe

Pelle Månsson pelle.mansson at gmail.com
Wed Feb 17 03:04:57 PST 2010


On 02/16/2010 08:09 PM, Funog wrote:
> Is it possible to run an external .exe and have access to its standard input/output? Apparently std.process does not allow this.
>
>
>

You'll want to choose either the input or the output stream, otherwise 
you might get eaten by a deadlock.


More information about the Digitalmars-d-learn mailing list