This may be an executable file or a document which is registered with
an application on a specific platform, so that the platform knows what
application to launch for that document.
If the command specifies a path to an executable, etc, this has to be
a system specific path.
Parameter aParameter
Specifies a list of space separated parameters.
The method does not validate the given parameters, but only passes it
as a parameter to the specified command.
Parameter nFlags
A combination of SystemShellExecuteFlags specifying different
flags to control the execution of this method.
Throws
com::sun::star::lang::IllegalArgumentException
when the specified flags are wrong or exclude each other.
Throws
com::sun::star::sys::SystemExecuteException
in the case of errors when trying to executed the specified command.