Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Mar 16, 2019
1 parent fcaf04c commit 6ad82d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6ad82d2

Please sign in to comment.