# Syntax
An operating-system command can be executed using the syntax:
```
local host "EXECUTABLE" "ARGUMENTS" "WORKING DIRECTORY" ["MAXIMUM DURATION IN MS"]
```
# Examples
To start the Windows Explorer execute the following statement:
```
local host "explorer.exe" "" ""
```