A C# batch file wrapper generator.
Find a file
2019-02-20 22:00:19 +01:00
ExeToBat fixed some variables 2019-02-20 21:59:30 +01:00
.gitignore Create .gitignore 2018-10-28 20:21:47 +01:00
ExeToBat.sln added all files 2018-10-28 20:15:09 +01:00
LICENSE Create LICENSE 2018-10-28 20:24:21 +01:00
README.md Update README.md 2019-01-13 20:13:39 +01:00

ExeToBat

A project to aim towards embedding any amount of files into a batch file which will extract them on runtime.

There are options for the extraction directory, for running the files after extraction and for deleting after running them.

It uses a console interface which allows adding files or entire folders. Each file can be given an extraction position and for ach file the options named above can be configured.

After adding all files, the generation entry should be used. The executable will generate the batch file in the same folder.