Calling an exe from Python?

SPE - Stani's Python Editor spe.stani.be at gmail.com
Sun Oct 16 18:23:08 EDT 2005


Slightly offtopic, but you can translate any double clicking (*.exe,
*.pdf, *.html, ...) in the Windows Explorer into:

import os
os.startfile(fileName)

Stani
--
SPE - Stani's Python Editor http://pythonide.stani.be




More information about the Python-list mailing list