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.
windowset $windowName (window):
"Title": "Hello World",
"Width": "335",
"Height": "150"
;
show $windowName;
Creating GUI
If you don't have Bat.Bat in same folder or system environment variables can give error.


Last updated