search for: lame_encod

Displaying 1 result from an estimated 1 matches for "lame_encod".

Did you mean: lame_enc
2008 Sep 18
4
Questions about BAT
...le now to do the following, i have googled up and down, searched this forum and the like. I have a .bat file that i created to help me convert my music. The problem i have is the .bat file calls an .exe and sends it several parameters. Here is an exerpt of it: ~~~~ If ~%1 == ~ GOTO end C:\Music\Lame_Encoder\lame.exe -b 320 -F -h %1 "%~d1%~p1%~n1 - 320.mp3" ~~~~ What this does in windows is checks to see if parameter 1 (usually a file i drag-n-dropped onto the .bat file) exists [If ~%1 == ~ GOTO end] then, if it does exist, finds lame.exe [C:\Music\Lame_Encoder\lame.exe] and then the opt...