Users browsing this thread: 1 Guest(s)
Multi-file Convert for ATRAC9 Files
#1
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.
[Image: 76561198119420747.png]
Reply
Thanked by:


Forum Jump: