/Bat2Exe

Windows user interface for converting your batch files into executables.

Primary LanguageC#MIT LicenseMIT

Bat2Exe

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.0

Features

  • EXE Compression
  • Different methods for conversion (2 methods)
  • Batch obfuscation (2 methods)
  • Hide console when EXE opened
  • Select icon for EXE

Update Log

9/17/2021

+ Updated UI
+ Fixed update checking
+ Improved batch parsing
+ Added batch obfuscation (2 methods)
+ Fixed minor issues

Images

When first opening:

image

When selecting batch file & some options then pressing "Compile File":

image

Build

First, download the ZIP file of all code on this repository here.

Dependencies

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.