# aux-off command

For mvBase users: The aux-off TCL command disables spooling
 previously defined by the aux-on TCL command.

CAUTION: The aux-off command should never be executed without a
 preceding aux-on command because aux-off assumes that information has been
 saved by aux-on.

## Syntax

```
aux [off]
```

## Parameter(s)

| off | Reverses the effect of the last executed aux-on command. Auxiliary port printing is turned off, and the previous status of the p and h flags of the current TCL sp-assign status is restored. |
| --- | --- |

## Description

The aux-on TCL command selects the auxiliary printer as the output device
 for all printer output until the aux-off command is issued.

## See also

- [aux-on command](https://d3codex.com/tcl/aux-on-command/)

---
Source: https://d3codex.com/tcl/aux-off-command/ - part of the D3Codex reference.
