Posted 12 November 2016 - 02:28 AM
Okay, so I've seen one of these "compression" programs before, but that one ran into issues with special characters, and required you to specify the directory to extract to, so I made my own that is entirely safe with special characters. The file format has no compression, and is probably significantly larger than the actual file, but it is meant to be used with pastebin and not actually have to exist on a cc-computer.
Now that we have that out of the way, I will explain what it does.
It takes a directory, and then compresses every directory and file within that directory into a
single, self extracting file.
So lets say you make a program, but I has lots of config files and textures that need to be installed with it, pastebinning each item would be less than ideal, so you can use this to compile it into an installer for the program!
Usage:
Compiling
Installing
So now that you know what you can do with this program, here is how you get it
Now that we have that out of the way, I will explain what it does.
It takes a directory, and then compresses every directory and file within that directory into a
single, self extracting file.
So lets say you make a program, but I has lots of config files and textures that need to be installed with it, pastebinning each item would be less than ideal, so you can use this to compile it into an installer for the program!
Usage:
Compiling
compile myGame gameInstaller
Installing
gameInstaller
OR
pastebin run installerPbCode
So now that you know what you can do with this program, here is how you get it
pastebin get sr3r17q5 compile