Rob Tietje ([EMAIL PROTECTED]) wrote: >> > > > Thanks, Daniel. What does one say in DOS to send that >> > > > output to a text file?
>> lame -? 2> whatever.txt >This won't work in MS-DOS. MS-DOS's COMMAND.COM provides no way >to redirect standard error. (I don't know about CMD.EXE on NT/2000/XP >because I've never used those systems.) > >For consistency with other Unix programs, as well as to let it >function at all in MS-DOS, "-?" should be sending its output to >stdout, not stderr. How about: lame -? > lpt You at least get a hard copy of the stuff. I always do that anyway. Chris _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
