Hello,

I run this command and opens putty:

import os
import subprocess
command = '"c:\Program Files\Putty\putty.exe" -ssh
[email protected] test
subprocess.Popen(command)

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

Thanks.
Ufuk
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to