In V5 we could start CATIA -batch -macro options.
But, I don't see that option using 3DExperience.
Is there an alternative method?
--- Follow up ----
There is CATUTIL and CATBatchStarter
catstart -run "CATUTIL -Name batch_name xml_file" -direnv env_dir -env env_file
CATBatchStarter -input xml_file -output folder (more optional varables)
These are basically the same just gives different options and variables.
For my specific scenario, I want to execute a CATScript. The CATScript seems to requires CATIA to be launched. CATBatchStater has -allow_visu (Lets you run batches requiring a graphic adapter).
Current process: Start CATIA via command line, then launch a vbs (outprocess) macro. It is working.
Seem like I am not really taking advantage of the batch tools.
Any suggestions? Thanks for the help!