Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.14 KB

README.md

File metadata and controls

46 lines (33 loc) · 2.14 KB

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

Features

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

Update Log

November 17, 2021

+ Added batch script encoding option (BOM)
+ Improved update checking
+ Small UI Changes

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.

Issues

If you have any problems or suggestions for Bat2Exe then make an issue here.