win32pipe.popen
pipe = popen(cmdstring, mode )
Popen that works from a GUI.
Parameters
Return Value
The result of this function is a pipe (file) connected to the processes stdin or stdout, depending on the requested mode.
pipe = popen(cmdstring, mode )
Popen that works from a GUI.