Mail Archives: djgpp-workers/1997/05/22/11:34:42
On Thu, 22 May 1997, DJ Delorie wrote:
> What about rewriting redir so that it scans the command line directly,
> peels off the bytes it needs, and passes the rest directly?
You mean, scan the original DOS command tail in the PSP? If so, that
will fail when `redir' is called by another DJGPP program (e.g., Make),
because then the DOS command line is just !proxy blabla stuff. The same
applies when response file is used.
I don't see any way around this mess, if we want to make `redir' right.
- Raw text -