Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help me in executing this script..

Status
Not open for further replies.

Rangraop

Automotive
Mar 19, 2014
21
0
0
US
Hi..

Sub CATMain()
Dim Params()

CATIA.SystemService.ExecuteScript "C:\TEMP\ideas", catScriptLibraryTypeDirectory, "ICD.CATScript", "CATMain", params


End Sub

please help in executing this script..

Thanks in advance,
Rangrao Padiyar
 
Replies continue below

Recommended for you

Actually I was trying to execute ICD.CATScript using this program in a script and facing the error.
Thanks for feedback, I have resolved this issue.
 
Status
Not open for further replies.
Back
Top