The VG Resource
Multi-file Convert for ATRAC9 Files - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Sounds Resource (https://www.vg-resource.com/forum-112.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-116.html)
+---- Thread: Multi-file Convert for ATRAC9 Files (/thread-28683.html)



Multi-file Convert for ATRAC9 Files - Skyla Doragono - 02-07-2016

So, I have 22,000 files to convert (just for one thing I unpacked!), but the program I have to convert them does not handle * wildcard, meaning I need to convert files one at a time.

Needless to say, this isn't going to really work.

I've used the following .bat script, but it's not working:

Code:
for %%f in (*.wav) do at9tool -d %%f %%~nf.wav

If someone can help me out, I'd appreciate it.  Thanks in advance.


EDIT: IIIIIII'm an idiot. Figured it out; just needed to change %%~nf.wav to %%~nf_convert.wav so it didn't overwrite itself.