On 2010-01-28, Joan Miller <[email protected]> wrote: > I've to call to many functions with the format: > >>>> run("cmd")
Check the docs on os.system(). -- Josh "dutchie" Holland <[email protected]> http://www.joshh.co.uk/ http://twitter.com/jshholland http://identi.ca/jshholland -- http://mail.python.org/mailman/listinfo/python-list
