On Thu, 21 Jun 2001, james crease wrote:
> Thanks to all for suggestions.
> Comments- I suspect Chas above has the likely solution.
> The version of DOS I have on win98SE doesn't allow for a scroll bar as
> suggested by one comment nor does it have a layout tab to set the size
> of the window although it does allow a set to a maximum of 50 lines.
>
> If there are any other thoughts on stderr capture I'd be pleased to hear
> them :-(
I don't know if Win9x/ME supports this, but under Win2K, you can do this:
C:\> ls 2> ls.txt
Since ls is not a valid command under Win2K, it will generate an error
message on stderr, but I have redirected it into a file. This is the same
way that Unix shells do it (while still not as useful as bash or ksh, the
command shell under Win2000 is much better than the older DOS-like ones
under Win9x).
Otherwise, I recommend CygWin.
-- Brett
http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Children seldom misquote you. In fact, they usually repeat word for
word what you shouldn't have said.