> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/omrun-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/omrun-help/element-details/test-program-object/program.md).

# Program

### ![](/files/ZmGkX6hu7XyzkY2aPSnI)

### Abstract

Plug-in to run external stored programs with OMrun.

Runs a customized program (.exe) with the defined parameters from OMrun.

***

### Input

Execution parameters to invoke a program execution:

**Field `Program link`** (Input directory and program name (.exe) as hard coded value or as a variable from the local / global environment definition)

* Description: Customized program able to work with input parameters from OMrun.
* Syntax: <\*.exe>
* Example: C:\Program Files\Google\Chrome\Application\chrome.exe
* Possible values:
  * \<variable name> (from environment)
  * \<hardcoded path / file name>\\

**Field `@param1` - `@param4`** (parameters)

* Description: Any type of parameter depending on the expected input value for the customized program.
* Syntax: \<param1> \<param2> \<param3> \<param4>
* Example: "URL" "Path" "First Name" "Second Name" "Address"

***

### Output

The output depends on the functionality of the customized program.
