Passing Customization Parameters to the Session Client¶
When using the -l
option with broker_client_example
parameter to automatically pass session information to the session
client, you can pass additional session client parameters by enclosing them in double
quotes. This enables you to demonstrate session client functionality without racing to
build a command line string within the session client’s 60-second window.
For example, to invoke the session client with the menu bar disabled, type:
broker_client_example.exe -i login_info.txt -l "disable-menubar"