This is my second port of the UnRar utility to the Amiga, based on UnRar sources version 1.01 by Eugene Roshal. This version finally manages to convert the time-date structure used by Unrar (and by Borland Turkish-C ) into an Amiga compatible datestamp. To cut it short: now the date of the extracted files are ok. As version 1.01, this port of Unrar correctly handles error codes, so you can use it in scripts or such enviromnents that relie on return codes for determinig the outcome of a dos command (like Arexx). There's also an Amiga-Dos compliant version string and three compiled versions, one for each processor category (68000, 68020, 68040). Protection bits are set to the default, because those of MS-Dog differs very much from that of Amiga (h stands for 'hold', NOT hidden!). Included in the package are: - 3 versions of the executable (install the one that suit you best). - the sources (slightly) modified to compile under GCC 2.7.0 Amiga. - the original Unrar sources, instructions and legal stuff. Installation: well, kinda complex.... copy the executable you want anywhere in your search path (usually C:), and rename it to 'unrar'. :-)) BTW: unrar is pure, so you can make resident, if you want. If you want to compile the sources, the commandline for GCC is: gcc -O3 -m680x0 -resident -noixemul -o unrar.0x0 unrar.c ^ ^ |--------------------------------| | You choose this (either 0,2 or 4) .. and don't worry if GCC gives two warnigns about double 'define's, it's ok. Please: SEE THE ORIGINAL DOCUMENTATION FOR INSTRUCTION AND COPYRIGHT CONDITIONS. (Anyway... it's freeware!) Author of the Amiga port: Andrea Vallinotto FidoNet: 2:334/21.13 AmigaNet: 39:101/402.13 Internet : a.vallinotto@agora.stm.it Mail me if you have any suggestions, ideas, etc. .