http://www3.telus.net/ldh/stderror.asm
It's MASM source for a console applet which will make a file out of anything written to the standard error handle by any other program, including DOS programs. Handy for capturing error messages from ML.EXE.
It's MASM source for a console applet which will make a file out of anything written to the standard error handle by any other program, including DOS programs. Handy for capturing error messages from ML.EXE.
Er, it's handy for capturing error messages from _some_ assemblers, but I just realized ML writes errors to StdOut, which is easy to capture by using > or >>.
Here's a slightly tidier version:
http://www3.telus.net/ldh/stderror.as2
Here's a slightly tidier version:
http://www3.telus.net/ldh/stderror.as2