# nt_dllunload command

The nt_dllunload command unloads a DLL.

## Syntax

```
nt_dllunload dll number{(options}
```

## Parameter(s)

| dll number | DLL number. | |
| --- | --- | --- |
| options | z | Forces the unload even if an error occurs. |

---
Source: https://d3codex.com/tcl/nt-dllunload-command/ - part of the D3Codex reference.
