Hello!
I saw a lot of posts on how to get CATIA object in a vbscript and what's usually ok is to just do the following in a vbs:
Dim CATIA
Set CATIA = WScript.GetObject("", "CATIA.Application")
My problem is that I have several versions of CATIA on my machine and this script tries to get the latest version installed which is CATIA V5R20 64 bits. What I would like is to get the CATIA V5R19 32 bits. I though the script would get the CATIA that is currently launched but it's not the case...
My question is : how can I get a specific version of CATIA object?
Thanks a lot!
I saw a lot of posts on how to get CATIA object in a vbscript and what's usually ok is to just do the following in a vbs:
Dim CATIA
Set CATIA = WScript.GetObject("", "CATIA.Application")
My problem is that I have several versions of CATIA on my machine and this script tries to get the latest version installed which is CATIA V5R20 64 bits. What I would like is to get the CATIA V5R19 32 bits. I though the script would get the CATIA that is currently launched but it's not the case...
My question is : how can I get a specific version of CATIA object?
Thanks a lot!