Date: Tue, 30 Jun 1998 10:26:20 +0300 (IDT) From: Eli Zaretskii To: John Meyer cc: djgpp AT delorie DOT com Subject: Re: lcdxx problem fixed In-Reply-To: <3.0.5.32.19980629203801.007d74a0@mail.geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 29 Jun 1998, John Meyer wrote: > What the solution is is to place the path and djgpp statements in the > autoexec.bat at the beginning of the autoexec.bat. The help file did not > explain this adequately; I think somebody on either this list or on a > newsgroup explained it better. It's in the FAQ (section 8.1): Another possible cause of DJGPP variable not being set is that you invoke another batch file from your `AUTOEXEC.BAT' before the line that sets DJGPP. Make sure such batch files are invoked with the `CALL' statement, because otherwise the subsidiary batch file will never return to process the rest of `AUTOEXEC.BAT' (that's a "feature" of DOS batch file processing).