home *** CD-ROM | disk | FTP | other *** search
/ onj1.andrelouis.com / 2015-02-07.onj1.andrelouis.com.tar / onj1.andrelouis.com / programs / SendTo.7z / bin / mp3d.bat < prev    next >
DOS Batch File  |  2014-04-08  |  184b  |  2 lines

  1. @for %%x in (*.wav) do %windir%\system32\lame.exe "%1" -h -V2 -q2 -m s --priority 4 "%%x"
  2. @ for %%y in ("*.flac") do %windir%\system32\lame.exe "%1" -h -V2 -q2 -m s --priority 4 "%%y"