OS specific command in Python

diffuser78 at gmail.com diffuser78 at gmail.com
Tue Jun 20 01:30:29 EDT 2006


I want to write a python program and call OS specific commands in it.
So basically, instead of typing in on the command line argument I want
to have it in a python program and let it do the action.

for example. in my program I would want to call the ssh feature like
one does on the command line

ssh Admin at 192.168.2.10          .....etc

How can I do this easily ?

Every help is appreciated.

Thanks




More information about the Python-list mailing list