Downloads
To download AdvantageBuilder, click on the link below:
Download AdvantageBuilderWhat's new? Latest Features:
- Edge Engine HTML Forms can now call macros directly. Unlike with IE Engine HTML forms, macros return a promise. Use async/await syntax to get the returned value. See code example below:
async function getShoppingList() { let result = await callMacro(false, "Get a shopping list", "Hello World\\Helper Macros"); document.getElementById("shoppingList").innerText = result; } - DataSet.js can now take javascript arrays (rows, and columns), as a parameter, in aditon to XML string, representing a serialised dataset.
Included Macros
AdvantageBuilder comes with a comprehensive library of ready-to-use macros designed to help you work faster from day one. These macros cover common development, database, and automation scenarios, giving you powerful building blocks you can extend or customise as needed.
The included macro suites reflect the tools software professionals rely on every day — from database exploration and scripting helpers to code generation utilities for C#, VB, JavaScript, and PowerShell.
Sys Admin Suite
A practical collection of PowerShell‑driven administration macros designed to streamline everyday system management. These tools help you inspect computers, manage processes and services, work with drives and printers, and perform common networking tasks — all from inside AdvantageBuilder’s automation environment.
The Sys Admin Suite is organised into clear functional groups, making it easy to find the right tool for the job: computer management, file and drive operations, process and service control, and essential networking utilities.
- Managing Computers — retrieve system information, enumerate installed components, and inspect machine‑level configuration.
- Managing Drives & Files — list drives, inspect disk usage, work with directories, and perform common file operations.
- Managing Processes & Services — view running processes, start or stop services, inspect service properties, and manage printers.
- Performing Networking Tasks — list IP configuration, ping hosts, manage DHCP leases, examine websites, create or remove network shares, and retrieve adapter properties.
These macros provide a fast, scriptable way to perform routine administration tasks without opening multiple consoles or writing one‑off PowerShell snippets. They are ideal for IT professionals, support engineers, and anyone who needs reliable, repeatable system automation.
SQL Server Suite
A collection of essential macros for DBAs and developers. These tools help you explore dependencies, search object definitions, generate deployment scripts, and work with data efficiently.
- SQL Server Dependencies — interactive object navigator showing dependent and impacting objects with definitions.
- SQL Server Object Search — quickly locate stored procedures, functions, or views containing specific text.
- Create SQL Control Script — generate batch files for deploying SQL scripts with logging support.
- Create Bulk Insert Statements — produce INSERT scripts from tables, views, or custom SQL for data migration.
- Truncate Table — generate TRUNCATE scripts including automatic handling of foreign key constraints.
Developer Suite
A set of macros for C#, VB, and JavaScript developers. These tools accelerate code generation, documentation, and service scaffolding.
- Class Generator — create C# or VB class definitions instantly.
- WCF Interface and Service Generator — produce interface, service, and hosting code for WCF projects.
- Eventing — generate C# event declarations and raising logic.
- WebAPI Service Class — create service classes for calling WebAPI endpoints.
- WebAPI Controller Documentation — generate HTML or text documentation for any WebAPI controller.
Contact Us
Send your queries and feedback to [email protected]