how to create a python script to automate software installation 3f

Solutions on MaxInterview for how to create a python script to automate software installation 3f by the best coders in the world

showing results for - "how to create a python script to automate software installation 3f"
Jean
22 Mar 2016
1import os
2from pywinauto.application import Application as app
3inst = app().start("C:\\Users\\Desktop\\sigplus.exe")
4