amfr wrote:
> Hoe would I call something on the command line from python, e.g. "ls
> -la"?

Use the module subprocess - otherwise maybe popen2 or os.

Regards,

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

Reply via email to