> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/shell-execute.md).

# Shell Execute

Executes a Shell Command.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **File** *\<string> -* The file that the user wants to execute in the windows shell.
* **Parameters** *\<string> -* The input parameters to the executed file in windows shell.
* **Action** *\<unquoted string> -* The action that the user wants to execute in the windows shell. The possible options are:
  * Open
  * Edit
  * Find
  * Print
  * OpenEB
* **Working Directory** *\<string> -* The working directory that the user wants to use.
* **Preferred Bar Color** *\<string> -* For the **OpenEB** action, this is the preferred color for the upper bar.\
  See notes for more details on **OpenEB**.
* **Preferred Buttons Color** \<string> - For the **OpenEB** action, this is the preferred color for the upper bar buttons color. This parameter is only usied in iOS. See notes bellow for more details on **OpenEB**.

{% hint style="info" %}
In Android **Parameters** specifyes the mime type. If empty it will try to determine automatically.
{% endhint %}

{% hint style="info" %}
In Win10 client, only the **File** parameter is used. It specifies a File or Url to launch.
{% endhint %}

{% hint style="info" %}
**OpenEB** action can be used for URLs to open in an Embedded Browser Window.\
It is available for Android and iOS, for other O.S. it will execute the **Open** action.
{% endhint %}
