running an external .exe

daoryn asdf at sfa.we
Wed Feb 17 08:36:12 PST 2010


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 can try loading the .exe into memory as a library (dll) and passing the .exe's entry point (main) to a thread (core.thread.Thread). Just a rant.


More information about the Digitalmars-d-learn mailing list