cara menjalankan .exe melalui 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")
import subprocess
subprocess.Popen("C:\Documents and Settings\flow_model\flow.exe")