Is there a way to compress/decompress a whole directory on the command line?
mac.exe *.ape *.wav -d
won't work (no wildcard support I guess), and the good old
for %i in (*.ape) do mac "%i" -d
won't work either.
Do I miss something, or is it just not possible?
S'fly
