# System Call

## Overview

![The SystemCall Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-593c6629726f26412e4a0d05a5e4d885d3a657de%2Fsystemcall1.png?alt=media)

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

## Attributes

| 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.
