# capture-off command

The capture-off BASIC program disables
the automatic capturing of TCL commands previously invoked with the capture-on command.

## Parameter(s)

| options | s | Silent operation option suppresses the message output. |
| --- | --- | --- |
| x | Does not delete the item from the captcl file. | |

## Example(s)

```
capture-off
capturing turned off at 15:01:48 01 February 2003 on pib# 22
```

## See also

- [capture-on command](https://d3codex.com/tcl/capture-on-command/)
- [execute statement (UNIX)](https://d3codex.com/pickbasic-flashbasic/execute-statement-unix/)
- [charge-to command](https://d3codex.com/tcl/charge-to-command/)
- [exit command](https://d3codex.com/tcl/exit-command/)
- [charges command](https://d3codex.com/tcl/charges-command/)
- [logoff command](https://d3codex.com/tcl/logoff-command/)
- [disc command](https://d3codex.com/tcl/disc-command/)
- [logto command](https://d3codex.com/tcl/logto-command/)
- [end command (TCL commands)](https://d3codex.com/tcl/end-command-tcl-commands/)
- [off command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/off-command-flashbasic-debugger/)

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