core-shellcommand Shell Command Core Instruct a Display to execute a command using the operating system shell fa fa-terminal \Xibo\Widget\Validator\ShellCommandValidator shellcommand 1 1 1 native 10 Command Type Pick a command type storedCommand Stored Command Pick a stored command storedCommand Use global command? Use a global command to work with all the player types. createCommand Global Command Enter a global (Android/Linux/Tizen/webOS/Windows) Command Line compatible command createCommand 1 Android Command Enter an Android Command Line compatible command createCommand 0 Linux Command Enter a Linux Command Line compatible command createCommand 0 Tizen Command Enter a Tizen Command Line compatible command createCommand 0 webOS Command Enter a webOS Command Line compatible command createCommand 0 Windows Command Enter a Windows Command Line compatible command createCommand 0 Launch the command via Windows Command Line On Windows, should the player launch this command through the windows command line (cmd.exe)? This is useful for batch files. If you try to terminate this command only the command line will be terminated. 1 createCommand If you set a duration in the advanced tab additional options for how the command is terminated will become available below this message. Terminate the command once the duration elapses? Should the player forcefully terminate the command after the duration specified. Leave unchecked to let the command terminate naturally. 1 Use taskkill to terminate commands? On Windows, should the player use taskkill to terminate commands. 1 {% trans "Stored Command:" %} {{commandCode}}

{% elseif useGlobalCommand == 1 and globalCommand != '' %}

{% trans "Global Command:" %} {{globalCommand}}

{% else %}

{% trans "Android Command:" %} {{androidCommand}}

{% trans "Windows Command:" %} {{windowsCommand}}

{% trans "Linux Command:" %} {{linuxCommand}}

{% trans "webOS Command:" %} {{webosCommand}}

{% trans "Tizen Command:" %} {{tizenCommand}}

{% endif %} ]]>