High compression for dos batch files
Posted: 13 Dec 2015 03:43
Hi,
I need a method for (lossless for the moment) compress a file. I search for 2 phase method:
- compress a file and convert to any base rappresentable in a batch file. (Slow is not problem)
- simple routine that extract the file from cmd and expand the file. (and Fast)
Hi need to compress to max 25% (or 50% for initial) of original size for the moment, but the goal is higher compression ratio.
If possible to do in dos batch (compress an decompress) and having alternative in Vbs/jsc/mshta for faster compress.
The makecab solution is not accettable because the ratio of compression is too low. But a show method is accepted.
This is HARD work, only for expert!
I show a path:
- Use procedural compression, fractal type compression, "use random number generator for compression", fuzzy compression, genetic algos
RIF:
http://www.pouet.net/prod.php?which=62917
https://the8bitpimp.wordpress.com/2014/08/06/fuzzy-compression/
TIA!
PS: There is a dos batch random generator that work via SEED?
Einstein1969
I need a method for (lossless for the moment) compress a file. I search for 2 phase method:
- compress a file and convert to any base rappresentable in a batch file. (Slow is not problem)
- simple routine that extract the file from cmd and expand the file. (and Fast)
Hi need to compress to max 25% (or 50% for initial) of original size for the moment, but the goal is higher compression ratio.
If possible to do in dos batch (compress an decompress) and having alternative in Vbs/jsc/mshta for faster compress.
The makecab solution is not accettable because the ratio of compression is too low. But a show method is accepted.
This is HARD work, only for expert!
I show a path:
- Use procedural compression, fractal type compression, "use random number generator for compression", fuzzy compression, genetic algos
RIF:
http://www.pouet.net/prod.php?which=62917
https://the8bitpimp.wordpress.com/2014/08/06/fuzzy-compression/
TIA!
PS: There is a dos batch random generator that work via SEED?
Einstein1969