Gabriel Bouvigne wrote:

This is easy enough under *nix to implement using return codes.

Using the lame binary compiled for dos, there is no option to cause LAME

to

delete the output file if an error is encountered. Speciffically, the

error

i am getting that I would like this for is "Error reading input file"

Under dos you can can test the value of ERRORLEVEL in a batch file. I am not
sure, but I think that this might work.

Yes it works, i use it.
for example:
--------------
lame.exe --preset standart file.wav
if errorlevel 1 goto error
:error
echo error in encoding file

--
Stanislav Ošmera


_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to