Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realchrisdebon/bat2exe

A lightweight .bat to .exe converter. This program will conver a batch script file into a portable binary executable.
https://github.com/realchrisdebon/bat2exe

batch-file batch-script batch-to-exe c compiler gigachad-project portable-executable utility-application utility-function

Last synced: about 19 hours ago
JSON representation

A lightweight .bat to .exe converter. This program will conver a batch script file into a portable binary executable.

Awesome Lists containing this project

README

        

# bat2exe
A lightweight .bat to .exe converter. This program will convert a batch script file into a portable binary executable.

This is a very simple and lightweight bat to exe converter. The program converts the .bat file into a proper .c class file, then compiles it via gcc.
Batch to exe converter takes first argument as target .bat file, and second argument as the desired .exe output name.
If program is launched without full argument count, user will be prompted manually to fill values.

Feel free to do what you want with this program.

![7wmjxn](https://github.com/realChrisDeBon/bat2exe/assets/97779307/6b3160dd-21b2-459b-880a-6ac77d20ca0e)