Date: Wed, 19 Jan 2000 11:29:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Manni Heumann cc: djgpp AT delorie DOT com Subject: Re: DPMI problems with RHIDE and INFO? In-Reply-To: <388459a2$1@news.uni-bielefeld.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 18 Jan 2000, Manni Heumann wrote: > I keep two versions of DJGPP.ENV on my > system. One for DOS, one for Windows, one with lfn=n and one with > lfn=y. This is not necessary: the DJGPP startup code queries the OS about support for long file names, and if that support is absent, all library functions are automatically switched to not use the LFN-aware calls, even if DJGPP.ENV says LFN=y. So you don't need two copies of DJGPP.ENV. The problem of the original poster is most probably with numeric tails. Section 22.18 of the FAQ explains how to set up a dual DOS/Windows system.