Hi All
I am trying to instantiate a program via a python script as follows
os.startfile( '"C:/Program Files/Autodesk/3ds Max 2010/3dsmax.exe"' )
since Max takes a bit of time to load, I wanna wait till it has finished loading completely. I check the task manager to see if "3dsmax10.exe" is in the list, but it's in the list as soon as the process starts (obviously). So is there a way to find out if it has completely loaded or not ?
Any help is appreciated
Thanks