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 [EMAIL PROTECTED]          .....etc

How can I do this easily ?

Every help is appreciated.

Thanks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to