# compile.flash.all command

The compile.flash.all command allows
you to compile all BASIC programs currently compiled with FlashBASIC,
either in one or all accounts on the system. The result is platform
independent, optimized object code that does not require the existence
of a C compiler.

## Syntax

```
compile.flash.all {(options}
```

## Parameter(s)

| options | This command can use any of the options supported for the compile command. See compile command for more information. Additionally, this option is available for the command. |
| --- | --- |
| z | Displays programmatic information regarding the compile process and the programs being compiled. |

## Description

Upon running this command, you
are prompted to specify all accounts or a specific account.

---
Source: https://d3codex.com/tcl/compile-flash-all-command/ - part of the D3Codex reference.
