Run child process with null stdin/stdout

David Nadlinger via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 18 12:37:58 PDT 2014


Hi all,

is there a platform independent way to do the equivalent of
"some_program < /dev/null > /dev/null" using std.process?

I neither want to capture/print the standard output of the child
process nor have anything available on its input.

Quite probably, I'm just missing something obvious…

Cheers,
David


More information about the Digitalmars-d-learn mailing list