Skip to main content

IAR Embedded Workbench for Arm 9.70.x

Configure Tools dialog box

In this section:

The Configure Tools dialog box is available from the Tools menu.

ConfigureToolsDlg_Mym80_02.png

Use this dialog box to specify a tool of your choice to add to the Tools menu, for example Notepad:

ToolsMenu_cust_03.png

Note

If you intend to add an external tool to the standard build toolchain, see Extending the toolchain.

Bulb.pngYou can use variables in the arguments, which allows you to set up useful tools such as interfacing to a command line revision control system, or running an external tool on the selected file.

To add a command line command or batch file to the Tools menu:
  1. Type or browse to the cmd.exe command shell in the Command text box.

  2. Type the command line command or batch file name in the Argument text box as:

    /C name

    where name is the name of the command or batch file you want to run.

    The /C option terminates the shell after execution, to allow the IDE to detect when the tool has finished.

    For an example, see Adding command line commands to the Tools menu.