Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/realchrisdebon/bat2exe
- Owner: realChrisDeBon
- Created: 2023-08-23T03:16:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T14:02:08.000Z (about 1 year ago)
- Last Synced: 2023-08-25T18:16:59.405Z (about 1 year ago)
- Topics: batch-file, batch-script, batch-to-exe, c, compiler, gigachad-project, portable-executable, utility-application, utility-function
- Language: C
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)