catia vbscript how to launch a vbscript file from catia
catia vbscript how to launch a vbscript file from catia
(OP)
hi everyone,
I'm trying to launch a vbscript I wrote using notepad from Catia using a macro. Is that possible ?
I'm trying to launch a vbscript I wrote using notepad from Catia using a macro. Is that possible ?





RE: catia vbscript how to launch a vbscript file from catia
Yes, it is.
[code CATScript][/
Language="VBSCRIPT"
Sub CATMain()
call CATIA.SystemService.ExecuteBackGroundProcessus("WScript.exe c:\Temp\copy_folder.vbs")
End Sub
code]
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: catia vbscript how to launch a vbscript file from catia