Startup Command-Line Options

Startup command-line options are special tool options that are specified at tool startup, that is while launching the tool. They cannot be specified interactively. Some of these options open special dialog boxes, such as the Configuration and Message dialog boxes, for a build tool.

The following table lists the Startup command-line options and their description:

Table 1. Startup Command-line Options
Startup Command-line Option Description
-Prod Specifies the current project directory or file (as show in the listing below). For more information, refer to the -Prod: Specify Project File at Startup.
ShowOptionDialog Opens the Option dialog box.
ShowMessageDialog Opens the message dialog box.
ShowConfigurationDialog Opens the File > Configuration dialog box.
ShowBurnerDialog Opens the Burner dialog box.
ShowSmartSliderDialog Opens the CompilerSmart Slider dialog box.
ShowAboutDialog Opens the About dialog box.
Note: For more information on the build tool dialog boxes, refer to the Graphical User Interface chapter.
Listing: Example of a Startup Command-Line Option
C:\Freescale\CW MCU V10.x\MCU\prog>linker.exe -
Prod=C:\Freescale\demo\myproject.pjt
Listing: Example of Storing Options in the Current Project Settings File
C:\Freescale\CW MCU V10.x\MCU\prog>linker.exe -
ShowOptionDialog -Prod=C:\demos\myproject.pjt