run executable python code example
Example: run calc.exe inside python
import subprocess
subprocess.Popen("C:\Documents and Settings\flow_model\flow.exe")
import subprocess
subprocess.Popen("C:\Documents and Settings\flow_model\flow.exe")