What is the command that CADNEXUS/Capri uses to start the Catia V5 CAD program?


The command is "CNEXT.exe" with REQUIRED command-line options ON THE SAME LINE to specify the environment name and directory location.

"C:Program FilesDassault SystemesB18intel_acodebinCNEXT.exe"
-object none
-env CAPRI_CATIA_P3.V5R18.B18
-direnv "C:Program FilesCADNexusCAPRIV3.06"

Note: The PATHs and names shown below will require modification to reflect your system, platform, etc.

In the example script shown below, the up-arrow (^) means line continuation in Windows DOS command files, similar to a backslash at the end of the line in Unix


----------------------------------------<cut here>---------------------------------------------
@echo on
"C:Program FilesDassault SystemesB18intel_acodebinCNEXT.exe" ^
-object none ^
-env CAPRI_CATIA_P3.V5R18.B18 ^
-direnv "C:Program FilesCADNexusCAPRIV3.06"
pause
----------------------------------------<cut here>---------------------------------------------





Show Form
No comments yet. Be the first to add a comment!