Creating your first project

The basics

With version 0.3.5, command rules are no longer irregular, learning these layouts makes it easy to use.

Creating a project

Keeping simplicity at the forefront is our goal, so writing a simple screen is simple.

window
FirstProject.BH
set $windowName (window):
"Title": "Hello World",
"Width": "335",
"Height": "150"
;

show $windowName;
Output

Creating GUI

If you don't have Bat.Bat in same folder or system environment variables can give error.

Before Click
After Click

Last updated