0

Hi is it possible to launch Catia by including the env details, with the exe path, something like

C:\....\bin\cnext.exe -env CATIA_P3.V5-6R2014.B24 -direnv

I am able to launch with just the path but would like to know if its possible with the full details as mentioned above.

Sven Hohenstein
  • 80,497
  • 17
  • 145
  • 168
sina123
  • 189
  • 1
  • 1
  • 13

1 Answers1

0

Look at the properties of the desktop shortcut which launches Catia. You will see something like this:

C....\bin\CATSTART.exe -run "CNEXT.exe" -env ENVNAME -direnv "C:\CATENVIRONMENTS\ENV001" 
C R Johnson
  • 964
  • 1
  • 5
  • 12
  • Yes i see this but i wanted to know how can i include this information to start Catia through code since this info will be in an xml file and i need to extract it to launch catia. – sina123 Dec 06 '18 at 12:12