I'll point you to CrazedProgrammer's version, Packager:
http://www.computerc...e__hl__compress
It ACTUALLY works - It has compression, and self extracting files
(No encryption though…)
Original Post:
Spoiler
Description
This program allows you to turn a directory into a single file (and back again)
You can now make SELF EXTRACTING FILES!
Coming
-Encryption
-Working Self-extracting files
-Actual compression
Download
Craft Compress 1.0:
Doesn't create self extracting files
http://pastebin.com/YbyvQDP6
Craft Compress 2.0:
Can ONLY make self extracting files
http://pastebin.com/JCCNWT8N
Type the following in a Computer (Any computer should be fine)
pastebin get <code> cc
cc stands for Craft Compress. You can change it, but the program assumes it is called cc.How To Use
To compress a directory:
cc c <directory path> <destination path>
To decompress a file:
Version 1
cc u <file path> <destination path>
Version 2
<filename> <destination path>
Example:
I have a directory called 'secretStuff' with several files and directories inside it.
cc c secretStuff compressedSecretStuff
It would create a file called 'compressedSecretStuff' that I could then decompress if I wanted to.Example 2:
I have a self extracting file named 'bob'
bob hi
It would create a directory called 'hi' from the files in 'bob'Planned Features
- Encryption (Enter a password, and your files are encrypted before compression)
- ACTUAL compression (currently, the 'compressed' file is actually larger than the directory)
- UI
- ??? Leave your suggestions!
Bugs and Questions
If you find a bug, leave the error (If it had one) and a brief description of anything that you think is relevant
If you have any questions, feel free to ask
IMPORTANT NOTE (If you read this far)
There are some problems with self extracting files
It has to do with nested brackets []
I'm working on it…