how to interact with Windows cmd?

me me at joshmk.com
Sun Sep 2 15:24:25 EDT 2012


Not sure but have you tried using functions from the os library? For example you could use execl() to execute your commands and pipe the output somewhere-stdin in your case.




More information about the Python-list mailing list