Yokemate of Keyboards
Posts: 12157 from 2003/5/22
From: Germany
> how is it possible to add a context menu command (similar to Ambient's lha extract) to
> unzip .zip, .rar and .7zip files? Is there a specific program that handles all zip file types?
I recommend using the XAD system, i.e. the XADUnFile command. For ZIP files you'd do it as follows (adaption of my recent
German posting, so GUI element designations may be off):
1. double-click "Settings" -> "Ambient" -> "File types" -> "application" -> "zip"
2. click "Add"
3. enter a "Name:" (e.g. "decompress", "extract" or similar)
4. set "Event type" to "Menu"
5. activate "Work directory is source"
6. click "Add"
7. set "Type" to "AmigaDOS"
8. enter "MOSSYS:C/xadunfile %sp %S" as "Command"
9. click "Change"
10. click "Ok"
11. click "Save"