Hi
Thx, but i found another way.
I've made a macro that runs it all but I don't know the script for closing CATIA. this is my script:
Sub CATMain()
Dim CATIA As Object
Set CATIA = CreateObject("CATIA.Application")
With CATIA
.Visible = False
End With
Dim documents1 As Documents
Set...
Hi,
I'm trying to run a job from batch and i receive the following message in a txt-file: "unable to create a temporary directory "c:\..." to be used for scratch files"
Can anybody help me?
thanks
Hi, I'm a bit new in Catia v5 and i'd like to know if it is possible in catia v5 to run automatically an input analysis file from dos without having to put on the run button. I've found how to start the input file but he doesn't run the analysis automatically. (!cnext -object...