Hi Friends,
the below command will launch cppcheck gui and runs analysis on a visual studio project
CppcheckPortable.exe "path to the visual studio solution/project"
However I would like to invoke CppcheckPortable on a cppcheck project (project.cppcheck) so that cppcheck gui will launch and open a pre-created project and runs analysis
Whatever you pass to the launcher is passed to the app, so figure out what the app needs and use that.
Sometimes, the impossible can become possible, if you're awesome!