Batch file for mp3 encoding
Posted: 10 May 2008 10:44
Hi, I'd like to create an MSDOS *.bat file that'd take all the *.wav files in the current directory and for each of them call
In other words, my problem is that I can't figure out how rename *.wav to *.mp3 inside a FOR loop because the SET command seems to be ingnored...
Code: Select all
lame.exe [options] filename.wav filename.mp3
In other words, my problem is that I can't figure out how rename *.wav to *.mp3 inside a FOR loop because the SET command seems to be ingnored...