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. > >
In D2 std.process has an undocumented function: string shell(string cmd) which will give you the output. But might be undocumented because it doesn't work in Windows. I don't know of anything to manipulate input.