Help - Search - Members - Calendar
Full Version: Monkey's Audio command line question
Hydrogenaudio Forums > Lossless Audio Compression > Lossless / Other Codecs
S'fly
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
ak
I think something like this would do
for %i in (*.ape) do mac "%i" "%~ni.wav" -d
S'fly
QUOTE(ak @ Sep 11 2004, 10:43 AM)
I think something like this would do
for %i in (*.ape) do mac "%i" "%~ni.wav" -d
*



Yep, that worked. Thanks. smile.gif

S'fly
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.