Short: MUI UnArc Author: Jocke Sjöblom Type: util/arc Version: 45.14 Requires: MUI 3.8, NList, xad, xfd, xvs Architecture: m68k-amigaos Like The OS 3.5/3.9 tool UnArc but done with MUI. Nothing fancy at all, just a small MUI for unarchiving filearchives. History: -------- 45.1 ·First release 45.2 ·Now will list files in the listview on selection, and not on unarc. Added selection functionality. User can select which files to unarc. A small warning, though, this function is very slow. I need to fix it. 45.3 ·Added basic CLI-funtionality. 2 arguments supported, FILE and DEST, not much to say about those... 45.4 ·Added UnArc and Quit to the commandlineoptions. UnArc makes the program unarchive the File arguement, and Quit just quits it, really not usefull without UnArc too. 45.5 ·Replaced statusbar at the bottom with a Gauge instead. 45.6 ·Replace List/Listview with NList/NListview. ·Increased the stack to 8192. 45.7 ·Added columns in the listview. One for the entrynumber in the xad-structure, one for bytes of the file and last one for the filename. ·Removed the selected button temporarily. Broke it's behaviour when adding columns :) ·Also removed the quit-requester, just too annoying. 45.8 ·Readded selected button, should work correctly again. 45.9 ·Added ability to unarchive files from diskarchives, like dms. Still some troubles if you try to unpack only directorys with selected button. 45.10 ·Added tooltype DEST, set to destination to have it always show in the destinationgadget. CLI-args still have precedence, though. ·Added WBArgument support. Only first argument will be passed on to UnArc, though. Enough to use it as defaulttool :) 45.11 ·Added Drag&Drop functionality. Drop icons in the listview and be amazed :) 45.12 ·Added ARCHIVE tooltype. Set it to archive you want to open at startup. ·Added check for tooltypes in the archive icon, either when used as defaulttool, or as WB-argument. Tooltypes found in the archive icon will have precedence over those in the program icon. 45.13 ·Added xvs.library support. It can now check for viruses as it unpacks. ·Added xfdmaster.library suport. Can now decrunch executables as it unarchives. ·Added tooltypes accordingly, USEXVS and USEXFD, set to TRUE or FALSE. 45.14 ·Fixed bug causing crashes on MorphOS systems. ·Added Drag&Drop area on the archive popupstring. ·Fixed Notify problem in MUI 3.9/4.0 when changing archives. ·Added UseXVS and UseXFD shell arguements. ·Fixed Selected button again. Now works with the new xvs and xfd routines. ·Now reports what virus the file has been infected with.