TCL Script in Codewarrior

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TCL Script in Codewarrior

1,322 Views
phani
Contributor I

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.

0 Kudos
1 Reply

557 Views
yipingwang
NXP TechSupport
NXP TechSupport

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.

0 Kudos