I have the (console) program flac.exe
and I want to be able to decode all flac
files to wav
in one directory, without have to do each one at a time.
I tried:
flac -d *.flac
But it errors out trying to create the wav file.
I have the (console) program flac.exe
and I want to be able to decode all flac
files to wav
in one directory, without have to do each one at a time.
I tried:
flac -d *.flac
But it errors out trying to create the wav file.
Use this on the commandline:
for %i in (*.flac) do flac %i
If you want to put that into a batch file, you have to use %%i
instead of %i
You can use this bulk rename utility?
Bulk Rename Utility is an easy to use file rename program (a.k.a. file renamer). Renaming multiple files has never been easier! It has a small memory footprint so it can be left running all the time without consuming all your memory. It started as a freeware Visual Basic tool, but as its popularity has grown it has been completely rewritten in C++ to be robust and lightweight - and very, very fast! It can easily handle folders/discs containing well over 100,000 entries... and it can batch rename 1,000s of files in seconds.