I have a directory with about 50 wav files that I need to convert to caf, because AudioServicesCreateSystemSoundID() returns an error for some of them (but not all).
Her
On Windows, use the %~ni syntax.
%~ni
for %i in (*.wav) do afconvert -f caff -d LEI16@44100 -c 1 %i %~ni.caf