[Tutor] how to control putty window

Ufuk Eskici ufukeskici at gmail.com
Thu Dec 20 15:25:39 CET 2012


Hello,

I run this command and opens putty:

import os
import subprocess
command = '"c:\Program Files\Putty\putty.exe" -ssh
ufukeskici at 10.10.10.10-pw test
subprocess.Popen(command)

But then I want to input new commands to this Putty new window. How can I
do it?

Thanks.
Ufuk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121220/525c5e55/attachment.html>


More information about the Tutor mailing list