Search found 1 match
- June 22nd, 2011, 4:39 am
- Forum: Feature Requests
- Topic: multi format unpackaging: .zip, .rar, .iso, .7z, .gzip, ...
- Replies: 38
- Views: 33396
Re: multi format unpackaging: .zip, .rar, .iso, .7z, .gzip, ...
Hi All, Great work! I was finally able to get this working on my NAS, running linux. However I had to change the script a little bit, the command "7z -y x *7z" should in my case be "7zr -y x *7z". (edit: with the full 7z package the standard script works!) Now for an update to ...