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:
| Startup Command-line Option | Description |
|---|---|
| -Prod | Specifies the current project directory or file. For more information, refer to the topic, -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 Control dialog box. This is compiler option. |
| ShowAboutDialog | Opens the About dialog box. |
C:\Freescale\CW MCU V10.x\MCU\prog>linker.exe - Prod=C:\Freescale\demo\myproject.pjt
C:\Freescale\CW MCU V10.x\MCU\prog>linker.exe - ShowOptionDialog -Prod=C:\demos\myproject.pjt