The Nexus tray shell loads and executes Nexus programs as Windows system tray applications.
ntray [ options ] [ filename [ args ] ]
The given options are processed and then the Nexus program filename is loaded and executed. The given args are available to filename as strings in an array named arg. If these arguments contain spaces or other special characters (to the shell), then they should be quoted (but note that the quotes will be removed by the shell).
Options start with '-' and are described below. '--' signals the end of options.
-l defines a log file that all stdout and stderr is redirected to.
-s executes the given filename when the launcher starts.