run exe using python

Hi, I need to run an external exe program from my blender program using python. Does anyone know the script for this. Thankyou.

Hi!

I don’t know what you want to do exactly, so take a look at the functions “system” and “popen” (I use “popen” in my script).

-Volker Mische.