Search found 2 matches

by Ant_222
13 May 2008 06:53
Forum: DOS Batch Forum
Topic: Batch file for mp3 encoding
Replies: 2
Views: 7746

Many thanks!

It turns out that lame automatically renames filename.wav into filename.mp3 if the output file is not specified.
But just for the sacred MSDOS knowledge, thnx. And why the SET command called inside a FOR loop doesn't seem to work? Should I provide an example?

Anton
by Ant_222
10 May 2008 10:44
Forum: DOS Batch Forum
Topic: Batch file for mp3 encoding
Replies: 2
Views: 7746

Batch file for mp3 encoding

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 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 t...