Is there a way to get the selected project of the MKS projects view gui started as a subprocess from the command line?
si.exe projects ... -g
When starting a custom tool from the MKS main gui accessing the selected project is possible by defining an environment file for that tool and parsing it for the variable name like SI_PROJECT1=... . But it is only the selected file at tool start or more precisely it is only the environment from tool start. Changes in the gui don't have an effect on the environment file. The gui itself unfortunately has no return value giving the selected project.
I'm trying to use the MKS si projects gui called as a subprocess from python or C# to select a specific project and use the selection for further processing. Is there any way to do that (on Win7)?
Thanks in advance!