Skip to content

Back-to-Basic ScriptingThe Swiss-Army Knife of Scripting

BASIC-style syntax for fast automation, in-file UI, self-contained tools, and Windows workflow scripting.

Back-to-Basic hero image

What BTB Script Is

Back-to-Basic Script is a lightweight scripting language loosely based on BASIC syntax and built for practical automation. It is designed for teams that need to automate repetitive work, create quick internal tools, and ship utility applications without setting up a large development stack.

BTB is especially strong when the job involves:

  • Task automation
  • File automation
  • Mouse and keyboard simulation
  • Quick in-house applications
  • Dialog and wizard-style user interfaces inside the script itself

What Makes It Different

BTB focuses on getting useful tools running quickly.

  • Minimal setup: one runtime executable and a script
  • Built-in automation functions for common desktop workflows
  • In-file UI definitions for dialogs and wizards
  • Simple editor support for fast iteration
  • Straightforward packaging into standalone executables
  • Support for Windows service-style automation jobs

Best Fit

BTB is a strong fit when you want to write something quickly and keep deployment simple.

  • Internal operations tools
  • Simple desktop utilities
  • Workflow automation
  • Learning scripting concepts
  • Small applications that need to be practical more than elaborate

Not The Best Fit

BTB is not aimed at large, sophisticated application development or projects where a heavier engineering stack is justified from the start.

Advanced Runtime

When you need compilation, standalone executable packaging, attached resources, or service-style deployment, see the BBRun.exe Runtime Guide.

Chalard Tools documentation suite