ISIS Application Documentation
isisui | Printer Friendly View | TOC | Home |
Outputs the command line of any ISIS application
Overview | Parameters | Example 1 | Example 2 | Example 3 |
Parameter GroupsCommand Line
|
The ISIS application you need the command line for. Note: This must be the first command line option!
Type | string |
---|
If this flag is present anywhere on the command line, the Isis GUI will be started. All application parameters from the other arguments will be inserted into the correct fields.
Type | boolean |
---|
These arguments are specific to the application named in arg1. Their formats and values are dependant on the application.
Type | string |
---|
Example 1Display GUI for the program crop. Description
Display the GUI for the application "crop". Since there are no
parameter arguments for crop the fields will be initially empty.
Command Line
isisui
crop GUI
This example deminstrates how to get the GUI for the ISIS application
"crop" to be displayed. The parameters for crop will initially be
empty.
|
Example 2Display GUI for program ratio. Description
Display the GUI for the application "ratio". The arguments "num",
"den" and "to" will be used to fill in the corresponding parameter
values when the GUI is displayed.
Command Line
isisui
ratio GUI num=$WORK/numerator.cub:3
den=denominated.cub:1 to=result.cub
This example deminstrates how to get the GUI for the ISIS application
"ratio" to be displayed. The parameters for ratio will initially be
set to the values from the command line.
|
Example 3Check the command line argument to ratio for validity without the GUI. Description
The argument "num" will be filled in when the GUI is displayed.
Command Line
isisui
ratio num=$WORK/numerator.cub:3
This example deminstrates how to validate the parameters given on
the command line. No GUI will be displayed. This example will fail
with an error message since values were not specified for all the
required parameters. It will also set the exicution status to a non
zero (failes) value.
|