---
title: "System (Opus Funktion)"
---
### Beschreibung

Diese Funktion führt den angegebenen Systembefehl aus.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | Befehl der ausgeführt werden soll |

### Rückgabewert [void](../../standard-datentypen/void.md)

nichts

### Beispiel

```
System("net use I: https://xyz.smt.ch/webdav.php/stf1 /user:xyzzyx rstuvwxyz1234 /persistent:yes");
```

### Siehe auch

---
