# system-coldstart macro

The system-coldstart macro executes
system initialization commands.

Invoked after the diagnostic and setup portion of the
D3 boot process completes.

Some of the commands typically executed
by system-coldstart are attached as related subjects.

Any site-specific commands to be executed at boot time should
be placed in the user-coldstart macro, which is
automatically called after system-coldstart completes.

## Example(s)

```
001 n
002 run dm,bp, setpib0
003 term-type (s
004 run dm,bp, start.rtc
005 run dm,bp, start.ss
006 initovf
007 coldstart.log
008 run dm,bp, cleanpibs
009 :reset-async
010 set-abs dm,ABS, (s
011 maxusers (mql
012 verify.system
013 run dm,bp, start.printers
014 coldstart
015 off
```

## See also

- [:reset-async command](https://d3codex.com/tcl/colon-reset-async-command/)
- [cleanpibs command](https://d3codex.com/tcl/cleanpibs-command/)
- [coldstart command](https://d3codex.com/tcl/coldstart-command/)
- [coldstart.log command](https://d3codex.com/tcl/coldstart-log-command/)
- [devs file](https://d3codex.com/systemfiles/devs-file/)
- [exec command](https://d3codex.com/tcl/exec-command/)
- [initovf command](https://d3codex.com/tcl/initovf-command/)
- [maxusers command](https://d3codex.com/tcl/maxusers-command/)
- [off command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/off-command-flashbasic-debugger/)
- [run command](https://d3codex.com/tcl/run-command/)
- [set-abs command](https://d3codex.com/tcl/set-abs-command/)
- [setpib0 command](https://d3codex.com/tcl/setpib0-command/)
- [start.rtc command](https://d3codex.com/tcl/start-rtc-command/)
- [start.ss command](https://d3codex.com/tcl/start-ss-command/)
- [syschk command](https://d3codex.com/tcl/syschk-command/)
- [term-type command](https://d3codex.com/tcl/term-type-command/)
- [u1f user exit](https://d3codex.com/pickbasic-flashbasic/u1f-user-exit/)
- [user-coldstart macro](https://d3codex.com/tcl/user-coldstart-macro/)
- [verify-system command](https://d3codex.com/tcl/verify-system-command/)

---
Source: https://d3codex.com/tcl/system-coldstart-macro/ - part of the D3Codex reference.
