> Could this possibly be fixed so that under DOS it goes to
> standard out.  It is the only way to currently see the
> up-to-date set of flags and in DOS there is no way to see
> it.  Standard error can't be piped or redirected so it just
> scrolls off the screen.

Doesn't this work?

lame -? > lameopts.txt 2>&1

It should redirect stderr (output 2) to stdout (output 1) and redirect
stdout to lameopts.txt.

It works under cmd (NT5 shell), but I do not know about command.com under
DOS (is it really DOS or command.com from win95/98?)

Please report status.

Regards,

----
Gabriel Bouvigne
www.mp3-tech.org
personal page: http://gabriel.mp3-tech.org


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

Reply via email to