Search found 1 match
- February 28th, 2012, 4:46 am
- Forum: Feature Requests
- Topic: multi format unpackaging: .zip, .rar, .iso, .7z, .gzip, ...
- Replies: 38
- Views: 33403
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...