How to read output of a script

Jonathan M Davis jmdavisProg at gmx.com
Tue Sep 20 20:48:28 PDT 2011


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


More information about the Digitalmars-d-learn mailing list