Hi
I found an automation guide (https://www.nxp.com/docs/en/user-guide/IDE_5.6_Automation_Guide.pdf) which states that TCL scripts can be used for automating flashing and debugging operations and found it quite useful but facing some challenge/issue as well i.e. once the flashing is completed, need to quit/close the CodeWarrior IDE. Document recommends to use "quitIDE" command for the same.
Used the same command but it closes only one thread of the CodeWarrior IDE i.e. closes the IDE but respective process/thread still exists/visible in the Task Manager window. I need to close the same forcefully.
Looking for some idea/thought through which Codewarrior IDE can be closed completely.