executableAvailable
Packaged launcher
Starts Batch through the audited private backend executable and manifest arguments.
Reference contract
| Field | Value | Description |
|---|---|---|
| Windows mode | compiled-standalone | — |
| Batch selector | --batch (manifest launcher argument) | — |
| Public parser | BatchCommandSpec | — |
Release tooling stores a runtime-relative batchExecutable and batchArguments. The standalone launcher consumes its private --batch selector, removes it, and then invokes the public telionbatch parser. Launchers must resolve both fields inside the runtime root; the packaged audit verifies containment, exact --help parity, and a representative unlicensed invocation that returns exit 5 without committing output.