Skip to main content
ferro
Lead
May 4, 2026
Solved

How to open .ioc file from Windows command line?

  • May 4, 2026
  • 1 reply
  • 155 views

Hi,


Is it possible to open a .ioc project file for STM32CubeMX directly from the Windows command line? If yes, what is the correct syntax?

Thanks

Best answer by ferro

Use -i parameter. E.g.

"c:\STM32Cube\STM32CubeMX_6170\STM32CubeMX.exe" -i "c:\tmp\project\p.ioc"

 

1 reply

ferro
ferroAuthorBest answer
Lead
May 4, 2026

Use -i parameter. E.g.

"c:\STM32Cube\STM32CubeMX_6170\STM32CubeMX.exe" -i "c:\tmp\project\p.ioc"