From e2431a1575e9beca79b41f9510a0059520c45073 Mon Sep 17 00:00:00 2001 From: clragon Date: Sun, 13 Jan 2019 20:13:39 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 048146a..e3402d2 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ ## 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.