# run-list command

The run-list BASIC program runs a series
of BASIC programs. As each one concludes, the next program is automatically
executed.

An *active list* of BASIC programs must be present,
before invoking this command.

## Syntax

```
run-list file.reference
```

## Example(s)

```
select bp program1 program2 program3

[404] 3 items selected out of 127 items.
run-list bp
```

## See also

- [Active list](https://d3codex.com/definitions/active-list/)
- [run command](https://d3codex.com/tcl/run-command/)

---
Source: https://d3codex.com/tcl/run-list-command/ - part of the D3Codex reference.
