Date: Thu, 22 May 1997 18:32:05 +0300 (IDT) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Bugfix for redir.c In-Reply-To: <199705221213.IAA21975@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.