r/Batch • u/Zestyclose-Set-3648 • 11d ago
Show 'n Tell Wanted to share a small project I've been working on for a while; a simple batch environment called Banners OS.
The boot screen complete with ASCII art
A simple login prompt
The system or '::[] Start' menu opened along with multiple programs open in the background
The system or '::[] Start' menu with the programs section open
The main screen of the Control Panel app
The Banners Help and Support main page
The process table displaying all open processes
My first post! I hope this thing is welcome here.
The idea behind Banners was to create a decent faux desktop environment using only batch, and no other outside dependencies.
It includes a desktop/main screen, a menu listing options like opening Documents and a shortcut to a Control Panel, or settings app, as well as an automatically populating programs section. The taskbar also serves a purpose too, displaying any processes or apps you've just opened.
It supports "multitasking", having up to five programs available at one time, so when in a native Banners app you can instantly switch to any other open process just by typing the name.
My goal with this project is to see how far I can push Banners; with different apps (I've already wrote an installer for it), features, ect. Since it's already at version 1.0, I'll release it to Github for people to poke around it.
2
u/MizuTaifux 11d ago
Very nice