.run:
<<<OPTIONAL>>>
PURPOSE: Specifies how to start the program.
FORMAT: visible=type,command
Where 'type' is either WB or CLI to indicate the
required startup environment.
EXAMPLE: HomeBase VI=WB,HomeBase VI
HomeBase VI=CLI,ExecuteMe.HB6
HomeBase VI Fixer=CLI,ExecuteMe.HB6Fixer
EXAMPLE: FishTub=WB,ExecuteMe
NOTES: KingFisher requires that this entry strictly
follows the above format.
The user is shown all text up to the first equal
sign (the 'visible' portion.) The 'type' portion
must be terminated with a comma (,) and following
it will be the command to be executed.
Selecting it will either invoke the program from
the Workbench (invoking it as if double clicked on
its icon (if the .info file exists), or execute the
indicated shell command line as if it has been
typed at an open console window.