Saturday 10 June 2017

Catia run by VBScript

If you want to start/run CATIA by VBScript then it's easy by this program.
Just copy this program and save in ".vbs" format.

Program


Dim CATIA
Set CATIA = WScript.CreateObject("CATIA.Application")
CATIA.Visible=True

  
      




Download VBScript File- Click Here

                                Video Tutorial




No comments:

Post a Comment