This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Admicos's profile picture

Bundel - A program to bundle multiple files to one self-extracting program

Started by Admicos, 31 March 2016 - 09:04 AM
Admicos #1
Posted 31 March 2016 - 11:04 AM
Bundel(sic) is a program to bundle multiple files to one self-extracting program.
(Note: this will not compress the files, it will just bundle them together.)

To bundle a folder:
bundel <folder to bundle> <bundled file>

To extract a bundle:
<bundled file>

Downloads:
pastebin get uGJ59yqG bundel (Bundel, the program)
pastebin get BqvQaHtM admios-bundled (Example bundle created by Bundel)
Edited on 31 March 2016 - 09:15 AM
Piorjade #2
Posted 12 June 2016 - 03:29 PM
Interesting… we had the same idea :P/>

I compared my output file and yours on a folder with 2 subfolders, one file in the root and the second in one of the subfolders.
Your output ends up being 1kb bigger than mine :P/>

Gonna test this on my OS now :D/>

UPDATE:
(My OS is 308kb big in total)
Ok, thats strange…
First of all, your output file ends up being 367kb big (<— this is not small, for CC at least)
Second, my file is about 297kb big which is very strange because I don't know how this can be smaller than my actual OS.. :huh:/>
Edited on 12 June 2016 - 01:36 PM