-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de595ea
commit 95b6ccb
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |