Windows user interface for converting your batch files into executables.
The latest release has all the dependencies you need, including the Bat2Exe executable.
Latest release can be found and downloaded here.
Current version: 2.1
- EXE Compression
- Different methods for conversion (2 methods)
- Batch obfuscation (2 methods)
- Hide console when EXE opened
- Select icon for EXE
November 17, 2021
+ Added batch script encoding option (BOM)
+ Improved update checking
+ Small UI Changes
When first opening:
When selecting batch file & some options then pressing "Compile File":
First, download the ZIP file of all code on this repository here.
All Bat2Exe needs is .NET Framework 4, Winforms desktop development SDK, and GunaUI2.
Guna is used for most of the user interface.
Bytepress is used for when you want to compress your generated EXE file.
- Guna: https://www.nuget.org/packages/Guna.UI2.WinForms/
- Bytepress: https://github.com/roachadam/bytepress/releases/tag/v1.0.0.2
If you have any problems or suggestions for Bat2Exe then make an issue here.