Il Wed, 06 May 2009 11:31:58 -0400, Ben Keshet ha scritto:

> Hi,
> 
> I am trying to write a simple python script to manipulate files and call 
> other programs.  I have a program installed (rocs) which I run using 
> cygwin on my XP (but is not in python).  Can I run the pyhton script and 
> then call the other program in the same script?

Look at the os.system function call.

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

Reply via email to