View Single Post
Old 10th August 2013, 12:41   #10  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
maybe (not tested)

Code:
if [%1]==[] goto :eof
:loop
flac -d %1
lame_normal -b 320 -q0 --add-id3v2 "%~dpn1.wav" "%~dpn1.mp3" && tag --fromfile %1 "%~dpn1.mp3"
del "%~dpn1.wav"
shift
if not [%1]==[] goto loop
pause
__________________
certain other member

Last edited by smok3; 10th August 2013 at 12:44.
smok3 is offline   Reply With Quote