Mail Archives: djgpp/2000/05/08/02:49:28
On Sun, 7 May 2000, Jason Green wrote:
> I'm not sure exactly what the expected behaviour of this program
> *should* be (can someone clarify this) but the actual behaviour is
> definitely not consistent.
What you report *is* reproducible. The small patch I posted should
fix it; please try that.
> UltraEdit seems to use the programs c:\windows\system\conagent.exe and
> c:\windows\system\redir32.exe to create a shell for test.exe and
> capture its output.
This is the standard way for Windows 9X programs to redirect output of
DOS programs to a file. Since DOS and Windows programs run in
different virtual machines, they cannot directly inherit file
handles. conagent.exe is a TSR that Windows installs in a DOS box to
work around that problem, and redir32 augments it.
- Raw text -