PEBakery Utilities are a collection of tools useful for project and script developers.
Codebox is a disposable script processor that can be used to quickly test commands and code snippets in the context of a specific project. Each CodeBox script runs under the exact same conditions as any other script inside your selected project, making this a good tool for debugging variables and commands.
The contents of the CodeBox are stored in CodeBox.txt, which is located in the base directory (%BaseDir%) of your project.
At minimum each CodeBox must contain a [Process] section.
The String Escaper tool allows you to quickly escape or unescape special characters in a string.
For more information on escape characters please refer to the Script Syntax documentation.
The Syntax Checker validates code snippets to ensure they will run correctly in PEBakery.