-View: Application Standard Occurrence

Group

HOST

Scope

Compilation Unit

Syntax
  -View<kind>
  
  
Arguments

<kind> is one of:

Window: Application window has default window size

Min: Application window is minimized

Max: Application window is maximized

Hidden: Application window is not visible (only if arguments)

Default

Application started with arguments: Minimized

Application started without arguments: Window

Defines

None

Pragmas

None

Description

If used with no arguments, this option starts the application as a normal window. If used with arguments (for example, from the maker to compile or link a file), then the application runs minimized to allow batch processing.

Use this option to specify application behavior. Use -ViewWindow to view the application with its normal window. Use -ViewMin to view the application as an icon in the task bar. Use - ViewMax to maximize the application (filling the whole screen). Use -ViewHidden to process the application arguments (for example, files to be compiled or linked) completely in the background (no window and no icon visible in the task bar). However, if you use the -N option, a dialog box is still possible (refer -N: Show Notification Box in Case of Errors).

Example
  C:\Freescale\linker.exe -ViewHidden fibo.prm