HOST
Compilation Unit
-View<kind>
<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)
Application started with arguments: Minimized
Application started without arguments: Window
None
None
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).
C:\Freescale\linker.exe -ViewHidden fibo.prm