Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!haven.umd.edu!ncifcrf!lhc!adm!news From: nate@neutron.lcs.mit.edu Newsgroups: comp.lang.pascal Subject: Re: Redirecting Exec() output Message-ID: <26614@adm.brl.mil> Date: 21 Apr 91 17:21:52 GMT Sender: news@adm.brl.mil Lines: 16 Craig, If you use the CRT unit, then redirection will not work unless you do: assign(output,''); rewrite(output); i. (ignore i. above) ... close(output); This might be an answer... I have not tried it. good luck... nate liskov