Ouvrez un fichier EXE à l'aide de Python
import os
os.startfile("C:\Documents and Settings\flow_model\flow.exe")
Daneel Brookes
import os
os.startfile("C:\Documents and Settings\flow_model\flow.exe")
import sys, string, os, arcgisscripting
os.system("C:/Documents and Settings/flow_model/flow.exe")