Hi All,
I am trying automate my debugging using TCL script,i tried to execute my tcl script using C:\program Files\Freescale\bin\CmdIDE.exe scriptname in the codewarrior command window but ide giving unknown command CmdIDE.exe.
TCL scripts could be executed as the following.
1. By “sourcing” a .tcl script in the Command Window.
2. By calling CmdIDE.exe <project.mcp> /d <script.tcl> from a DOS command line.