win32pipe.popen3

(pipe, pipe, pipe) = popen3(cmdstring, mode )

Variation on win32pipe::popen

Parameters

cmdstring : string

The cmdstring to pass to the shell

mode : string

Either 't' or 'b'

Return Value

The result of this function is 3 pipes - the processes stdin, stdout and stderr