X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 13 Apr 2002 11:19:35 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "deckerben" Message-Id: <557-Sat13Apr2002111935+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3cb74ba0$0$4048$9b622d9e@news.freenet.de> (deckerben@freenet.de) Subject: Re: (none) References: <20020407050332 DOT 63023 DOT qmail AT web21407 DOT mail DOT yahoo DOT com> <200204070516 DOT g375Gaa18344 AT envy DOT delorie DOT com> <3cb47f7a$1$12336$9b622d9e AT news DOT freenet DOT de> <1438-Thu11Apr2002210719+0300-eliz AT is DOT elta DOT co DOT il> <3cb5f9da$0$4049$9b622d9e AT news DOT freenet DOT de> <3cb74ba0$0$4048$9b622d9e AT news DOT freenet DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "deckerben" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 12 Apr 2002 23:17:52 +0200 > > Uh-oh. There could be a small Win-2000 bug involving this. I haven't done > any research yet, but it appears that Windows reports a bogus error ("file > not found") when the win version of redir is renamed whenever a DJGPP > programs starts for the first time in a new CMD window. This error does not > occurr in new COMMAND windows. This usually means that the file autoexec.nt does something which causes this problem. I suggest to look at that file and fix the offending line (or even remove it if it invokes some feature you don't need). If that line indeed invokes `redir', you could modify it to call the renamed `redir' by its new name.