From 6ad82d232d50aa653d4bddb875f8539c0a7e5dfe Mon Sep 17 00:00:00 2001 From: clragon Date: Sat, 16 Mar 2019 16:52:47 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3402d2..8dc3d58 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A project to aim towards embedding any amount of files into a batch file which w 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. +It uses a console interface which allows adding files or entire folders. Each file can be given an extraction position and for each 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. +The input files are converted into base64 and split optimally to fit the maximum size of a file writer stream in batch. + +After adding all files, the generation option should be used. The executable will generate the batch file in the same folder.