bub 0 Posted April 4, 2011 I need to compress large strings. I found this: this works, but is unable to decompress sring longer than 150kb!! you can solve? I also found this: but, the compression algorithm is poor and too little to reduce the immense size of my strings. I can not work with files. Excuse my English, I'm Italian. Share this post Link to post Share on other sites
smartee 14 Posted April 4, 2011 you can try running 7-zip from command line using autoit's Run() function, together with 7-zip's -si and -so switches Share this post Link to post Share on other sites