Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
realChrisDeBon authored Aug 23, 2023
1 parent de595ea commit 95b6ccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# bat2exe
A lightweight .bat to .exe converter. This program will conver 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.

0 comments on commit 95b6ccb

Please sign in to comment.