# choose.term command

The choose.term BASIC program selects
one of a variety of choices of terminal type characteristics as an
alternative to using the term-type command.

The choose.term command can be invoked
from the user logon macro item in the users file.

## Example(s)

```
choose.term

dev name dev type term type
................ ......... .........
1) att 605 att605 z
2) console ibm3151 m
3) esprit esprit e
4) ibm 3151 ibm3151 i
5) viewpoint v v
6) vp-a2 vp-a2 a
7) wyse 50 wy-50 w
enter your numeric choice or term-type: w
terminal definition ’wy-50’ selected.
```

## See also

- [.lpi command](https://d3codex.com/output-processor/dot-lpi-command/)
- [@() function](https://d3codex.com/pickbasic-flashbasic/at-parenthesis-function/)
- [block-print command](https://d3codex.com/tcl/block-print-command/)
- [choose.term command](https://d3codex.com/tcl/choose-term-command/)
- [cls command](https://d3codex.com/tcl/cls-command/)
- [define-terminal command](https://d3codex.com/tcl/define-terminal-command/)
- [devices file](https://d3codex.com/systemfiles/devices-file/)
- [execute statement (UNIX)](https://d3codex.com/pickbasic-flashbasic/execute-statement-unix/)
- [keyboards file](https://d3codex.com/systemfiles/keyboards-file/)
- [list command](https://d3codex.com/access/list-command/)
- [list-pibs macro](https://d3codex.com/tcl/list-pibs-macro/)
- [Compiling programs](https://d3codex.com/pickbasic-flashbasic/compiling-programs/)
- [pibs file](https://d3codex.com/systemfiles/pibs-file/)
- [set-imap command](https://d3codex.com/tcl/set-imap-command/)
- [setpib0 command](https://d3codex.com/tcl/setpib0-command/)
- [shpstat command](https://d3codex.com/tcl/shpstat-command/)
- [sort-label command](https://d3codex.com/access/sort-label-command/)
- [str() function](https://d3codex.com/pickbasic-flashbasic/str-function/)
- [system() function](https://d3codex.com/pickbasic-flashbasic/system-function/)
- [t command (PROC processor)](https://d3codex.com/proc/t-command-proc-processor/)
- [term command](https://d3codex.com/tcl/term-command/)
- [term-type command](https://d3codex.com/tcl/term-type-command/)
- [termp command](https://d3codex.com/tcl/termp-command/)
- [u0004 user exit](https://d3codex.com/pickbasic-flashbasic/u0004-user-exit/)
- [users file](https://d3codex.com/systemfiles/users-file/)
- [wheres command](https://d3codex.com/tcl/wheres-command/)

---
Source: https://d3codex.com/tcl/choose-term-command/ - part of the D3Codex reference.
