--------------------------------------------------------------------------
 Application Launcher Utility
--------------------------------------------------------------------------

Synopsis
--------
  A utility for selecting and launching an application from a collection
  in the './apps' sub-directory.


Requirements
------------
 Install each new application into its own sub-directory in the './apps' sub-directory
 and it will be automatically detected the next time the Launcher is opened.

 Each application must accept the following command-line parameters, even if it ignores
 them:

 Usage:
    <AppName> -? | -h[elp] | <Mandatory arguments> [Optional arguments]

 Where:
    -? | -help   Display this usage message

 All arguments are of the form: <-flag> <value>

 Optional arguments:
   Flag            Type     Default          Description
   --------------  -------  ---------------  --------------------
   -server         string   localhost        Hostname or IP address of N2X server
   -sessionhandle  integer  0                N2X session handle
   -sessiontype    string   RouterTester900  N2X session type
   --------------  -------  ---------------  --------------------


