05-03-2016, 07:25 PM
(05-03-2016, 06:11 PM)puggsoy Wrote: OK, sorry for the wait. Go to the folder where ctrtool is, and put this in a batch file:Thank you, I believe I am getting an error though http://i.imgur.com/fnaQ2Rs.png as I saw no file being converted or am I just being impatient?
Code:@echo off
for /R bcwavs %%x in (*.bcwav) do (
mkdir wavs
ctrtool -t cwav --wav=wavs/%%~nx.wav %%x
)
pause
Then make a subfolder called "bcwavs" and put all the files to convert in there. Run the batch file and it should have made a "wavs" folder with all the converted sounds.