An operating-system command can be executed using the syntax:
```
local host "EXECUTABLE" "ARGUMENTS" "WORKING DIRECTORY" ["MAXIMUM DURATION IN MS"]
```
For example, the following statement starts the Windows Explorer:
```
local host "explorer.exe" "" ""
```