Hoi, ik heb een .ace bestand dat ik niet uitgepakt krijg, ik weet:
— Dat het een WinAce Compressed File is.
— Dat op deze site ( http://www.winace.com ) staat hoe je het kan uitpakken.
— Dat ik van de Mac OS X versie niets snap, je moet blijkbaar via de terminal werken, en dat zegt me werkelijk niets.
— Ik een programmaatje zoek met een interface om zoiets te openen. Stuffit kan er in ieder geval geen weg mee.
unace25.pkg - Mac OS X package, containing the unace executable
Readme.txt - this file
Description
unace 2.5 for Mac OS X is a port of the commandline tool unace, which is the uncompressing part of the excellent (but yet) closed source windows compression software WinACE. Its hard to beat compression results made it the preferred tool of many people on the net.
After the port to x86 Linux now unace is finally available for Mac OS X and possibly other big endian plattforms!
Installation
To get unace installed, use the provided installer package named “unace25.pkg”. The installer is pretty safe to use. It will not touch your system files, but simply put the unace executable in your /usr/local/bin directory.
Configuration
To use unace from inside the Terminal, the /usr/local/bin directory has to be part of your shell path. If its not, follow this instructions:
For csh/tcsh add this line to the end of your .cshrc or .tcshrc file:
set path = ($path /usr/local/bin)
For sh/bash add this line to the end of your .profile file