Scripting in Automated Build Studio
Even though the built-in Automated Build Studio operations are enough to perform
most of the steps for building your applications, you may need to perform some specific
actions, which cannot be accomplished using standard operations. Automated Build
Studio includes a Script operation that allows you to create powerful custom script
routines using one of the supported scripting languages - VBScript, JScript or DelphiScript.
You can use custom scripts to perform actions that can not be performed using the
existing standard operations.
To create and edit custom scripts, Automated Build Studio comes with a specifically
designed Script Editor. It provides a full range of standard editing features for
editing scripts in any of the supported scripting languages.

The Script Editor supports:
Syntax highlighting (for each supported scripting language).
Code Completion:

Code Repository (lets you store a script block as a template and then insert this
template into your scripts):

Procedure Tree for easy navigation in the source code:

Search and replace capabilities.
Undo, indent and unindent blocks of code, and so on.