# Exe Executor

<figure><img src="/files/h47RC2vfuZMvyrtHqeOb" alt=""><figcaption></figcaption></figure>

## 📄 <mark style="color:yellow;">Description</mark>

Executes .exe files with optional advanced input options

{% tabs %}
{% tab title="Inputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Path</strong></td><td>Input Example: "C:\Example\Example\Example.exe"</td></tr><tr><td><strong>Command Line Arguments</strong></td><td><p>Optionally launches the .exe with input arguments</p><p>Example: “ \n,C:\Example\Example\” (When inputted for explorer.exe it opens it with a specific path for example)</p></td></tr><tr><td><strong>Launch Minimized</strong></td><td>Launches the process minimized if it supports launching minimized</td></tr><tr><td><strong>Launch in Background</strong></td><td>Launches the process in the background if it supports launching in the background (Will override 'Launch Minimized')</td></tr><tr><td><strong>Run as Administrator</strong></td><td>Launches the process with admin rights. (Priority modifier gets ignored when running as admin)</td></tr><tr><td><a href="/pages/QfQAjBdubIaa8YhCGIx3"><strong>Priority Modifier</strong></a></td><td>Determines the priority this program has to launch. (Low priority = Other processes with higher priority can limit this process when the computer is overloaded)</td></tr></tbody></table>
{% endtab %}

{% tab title="Outputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Successfully Executed</strong></td><td>Returns false if the path was not found, Windows is not used or the execution failed</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kibibyte.gitbook.io/.exe-extension-and-process-management/all-nodes/exe-executor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
