runCommandWithEnvironment

Run an OS command file with the given input and receive its output. This functions allows to pass environment variables.

string
runCommandWithEnvironment
(
string file
,
const(char[][]) argv
,
const(char[][]) envp
,
const char[] input
,
int timeout = -1
)

Meta