Date: Mon, 01 Oct 2001 10:01:46 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sandmann AT clio DOT rice DOT edu Message-Id: <4634-Mon01Oct2001100145+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <10110010021.AA15172@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: mntent problem summary on Win2K/XP References: <10110010021 DOT AA15172 AT clio DOT rice DOT edu> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Sun, 30 Sep 2001 19:21:19 -0500 (CDT) > > If I set lfn=n it finds the volume label (is anyone surprised? anyone? > This is Windows 2000 and it's fatter twin XP ...) This also fixes > the problem with the CD not showing up. > > Well, if use_lfn and 0x532 I could set lfn=n in the environment before > the findfirst for the label, then reset it. Any better ideas to turn > off lfn in a section of code? Use literal Int 21h calls in mntent, calling the SFN versions of the function. Pushing LFN=n into the environment sounds nasty.