Roger Upole wrote:
> You may be able to use the win32console module, which wraps the native
> Windows console functions.  It allows you to simulate interactive command
> prompt input and read its output as pexpect does.
>   

I'm not convinced of that.  The console APIs let you read keystrokes and
write text and graphics to your OWN console window, but to the best of
my knowledge there is nothing in there to help you either monitor or
control another application.

The subprocess module is probably the right path for the original poster.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to