Run a Program
Execute an external program or script

Run a Program Dialog
Parameters
Command
Text required
The command or executable to run
This can contain anything you can normally execute via the Win R Windows Run dialog or cmd
Examples:
- Executables
*.exenodepython
- Batch Files
*.bat
- PowerShell Scripts
*.ps1
- URI
https://google.comstreamdeck://plugins/message/<PLUGIN_UUID>/<MESSAGE>liv-app://camera/set/<CAMERA#>
Working Directory
Text
Default:
Command Directory
The working directory for the executed command
Arguments
Text
Optional arguments or flags to pass to the executable
Powerful with variables!
Wait for Exit
Number
Default:
0
Time to wait, in seconds, for the executable to complete.
You can use this option to populate variables with command output from scripts, such as
python or nodejs!Environment Variables
Table
Define any optional environment variables you would like to pass to the executable
Powerful with variables!
Variables
| Name | Type | Description |
|---|---|---|
Example Value: Hello, world!Each line of output, where output1 is line 1, output2 is line 2, and so on... | ||
Example Value: 1Number of lines in output |