Mail Archives: djgpp-workers/1997/05/22/18:54:24
> 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.
We could read the !proxy array and trim out the first few arguments
(ours) and just point to the caller's data image for the remainder.
We could also document that response files may not be used for redir's
own options.
- Raw text -