win32pipe.popen2

(pipe, pipe) = popen2(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 a pipe (file) connected to the processes stdin, and a pipe connected to the processes stdout.