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.

Reply via email to