Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

catia vbscript how to launch a vbscript file from catia

Status
Not open for further replies.

jissididi

Automotive
Mar 17, 2015
46
FR
hi everyone,
I'm trying to launch a vbscript I wrote using notepad from Catia using a macro. Is that possible ?
 
Replies continue below

Recommended for you

Hi,

Yes, it is.

Code:
[/
Language="VBSCRIPT"
Sub CATMain()
call CATIA.SystemService.ExecuteBackGroundProcessus("WScript.exe c:\Temp\copy_folder.vbs")
End Sub 
code]

Regards
Fernando

[URL unfurl="true"]https://picasaweb.google.com/102257836106335725208[/URL] - Romania
[URL unfurl="true"]https://picasaweb.google.com/103462806772634246699/[/URL] - EU
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Top