[EMAIL PROTECTED] schrieb:
Hi,

I've a batch file that I open with the subprocess .Popen() . When this
batch file is run I want to bring it to the foreground.

Please suggest how can I do this?

You can't. You can capture the stdout using the pipe-arguments, and in your main-process, read that and write it to the main process' stdout.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to