On Wednesday, September 21, 2011 03:31:11 Cheng Wei wrote:
> In D2, how can we get the output of running a script.
> We can use 'system' to run the script, but how we cannot assign the
> standard output of the running script. Is there any way to do it, or
> whether it will be included into future version of std.process? Thanks a
> lot.

std.process.shell

- Jonathan M Davis

Reply via email to