# bulletin.board command

The bulletin.board BASIC program prints
bulletins from the bulletin file located in the
dm account.

This may be included in the user logon macro list to automatically
execute each time the user logs on.

The optional new parameter retrieves items that have not been previously read.

## Syntax

```
bulletin.board {new}
```
Warning: The system uses the dm,bulletin, file to keep bulletin board items. The process automatically purges
bulletins after seven days.

## Example(s)

```
bulletin.board new
rocket bulletin board
date: 02/28/2003
re : company picnic
from: pat davis
The Company picnic will be held this Saturday in the company warehouse due to the
impending thunderstorms. Unless the weather changes, the volleyball game will be
changed to shuffleboard.
press any key to continue
```

## See also

- [bulletin file](https://d3codex.com/systemfiles/bulletin-file/)

---
Source: https://d3codex.com/tcl/bulletin-board-command/ - part of the D3Codex reference.
