> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/toolbox/utilities/systemcall.md).

# System Call

## Overview

![The SystemCall Node.](/files/WZPqDCfAfuSUEDSQdKRX)

The **SystemCall Node** allows the user to use any commands provided by the operating system (i.e. *Windows*, *Linux*, etc.).

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The SystemCall Node Attributes.](/files/dFn4yD3JqmQTWHi8Aa9U)

| Attribute | Type       | Description          |
| --------- | ---------- | -------------------- |
| `Value`   | **String** | The desired command. |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **String** | The desired command.                                                  |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | **Int**   | The resulting output of a command.                                                                                                     |

## External Links

* An explanation of [*OS commands*](https://www.tutorialspoint.com/what-are-system-calls-in-operating-system) and some examples.
