popen3(cmd[, mode[, bufsize]]) Executes cmd as a sub-process. Returns the file objects (child_stdin, child_stdout, child_stderr). Availability: Unix, Windows. New in version 2.0. I may be having a moment of brain fade, but I can't see how I get hold of child_stdin etc, having started up a DOS program with popen3 Help? -- A