BatEx: an open source tool to turn .bat/.cmd scripts into EXE apps
Hey everyone,
I made BatEx, an open source Windows app that converts .bat and .cmd scripts into .exe applications.
It is built with C#, .NET 8, and WinUI 3.
I wanted to make a cleaner and more modern alternative to tools like IExpress, with features like:
- Show or hide the console window
- Run the generated EXE as administrator
- Add a custom `.ico` icon
- Add file metadata
- Choose x64, x86, or AnyCPU
- Optional script obfuscation
- Build log and conversion history
I would really appreciate feedback, bug reports, or suggestions.
GitHub:
https://github.com/TheYali1/BatEx
Download: