# Sandbox.ConsoleSystem.Run

## Overload 1

```csharp
static void Run(string command)
```

Run this command. This should be a single command.

### Parameters

- `command` (`string`)

## Overload 2

```csharp
static void Run(string command, object[] arguments)
```

Run this command, along with the arguments. We'll automatically convert them to strings and handle quoting.

### Parameters

- `command` (`string`)
- `arguments` (`object[]`)

Declared in [Sandbox.ConsoleSystem](/api/Sandbox.ConsoleSystem).
Assembly: `Sandbox.Engine`.
