> > "Sverre M. Vikan" wrote: > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > just use "lame -?" =) > > > > > > Thanks, Daniel. What does one say in DOS to send that > > > output to a text file? > > > > type: "lame -? > whatever.txt" > > That's what I thought and I'd tried it. The text still goes > to the screen; the file gets created, but it's empty. Huh? >
The output is going to standard error, not standard output. Use the following to redirect to a file: lame -? 2> whatever.txt Rob _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
