1

Is there any possibility to open a specific CANoe configuration through command prompt?

I tried opening a configuration like sample.cfg through command prompt by using the command:

C:\Users\Downloads\Sample>CANoe64 sample.cfg

With this command, I am able to start the CANoe application, but not with the specified configuration. CANoe application gets started with the default configuration.

Mofi
  • 46,139
  • 17
  • 80
  • 143
suryadevi
  • 77
  • 3

1 Answers1

1

You can simply mention

C:\Users\Downloads\Sample>sample.cfg

This will open the configuration in the registered version of CANoe.

Shyam
  • 649
  • 1
  • 5
  • 20
  • Hi, Thanks for the answer! I have two version of CANoe installed how to open configuration in a specific version from command prompt – suryadevi Jul 19 '22 at 05:27