Have you ever wanted to distribute a program made up of more than one file? (Pretend you did)
Are you tired of long download times because you have to download 30 files? (Of course!)
Now there is a simple solution. (Show us please!)
It is called Compress! (So original!)
Compress is a script I developed to be able to distribute TheOS. Since I think it is fairly useful (I swear it is), I decided to publish it. With this piece of magic you can transform a whole folder structure into a single file only in a matter of seconds.
Features:
- Creating a self extracting file from a whole folder structure!
- Ignoring files.
- And soon, compression!
Usage:
Compressing:
Compress FolderToCompress DestinationFile MetadataFilePath
The 3rd argument is the path to the file holding the path of files/folders that have to be ignored. Each path has to be on a new line.
Extracting:
TheFileItWasCompressedTo DestinationFolder
Example:
Compress TheOS TheOS.file
TheOS.file TheOS
Download:
pastebin get 1rQJ9wC7 Compress
OR
1rQJ9wC7
Don't forget to comment and report any bugs!
I hope you enjoy this little handy script!
~Creator