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. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] | - The Red Hot Chili Peppers http://wooledge.org/~greg/ |
msg01519/pgp00000.pgp
Description: PGP signature
