Comments: Authenticated sender is From: "George Foot" To: george AT oldbelt DOT com Date: Mon, 5 Oct 1998 03:23:18 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: help Reply-to: george DOT foot AT merton DOT oxford DOT ac DOT uk CC: djgpp AT delorie DOT com X-mailer: Pegasus Mail for Win32 (v2.42a) Message-Id: On 4 Oct 98 at 20:41, George Bason wrote: > I am running djgpp under windows 95. How do I get djgpp to be able to > find filenames longer than the 8 character limit of DOS? Add to autoexec.bat: set LFN=y Then reboot, and djgpp programs should be able to see long filenames. Note that djgpp utilities like `gcc' are djgpp-compiled too -- this change affects all djgpp programs. -- george DOT foot AT merton DOT oxford DOT ac DOT uk