Launching applications using python -
i wanted launch application canalyzer.exe using python, without using path of application. trying launch application using com interface. got code open excel files win32com.client.dispatch("excel.application") worked doesnt work if mention other application name. please me code.
use subprocess.call
or os.system
.
Comments
Post a Comment