Date: Sun, 2 Feb 1997 23:46:21 -0600 (CST) From: "Colin W. Glenn" To: jamesl AT albany DOT net cc: dg AT dcs DOT st-and DOT ac DOT uk, OpenDOS Mailing List Subject: Re: [opendos] OpenDOS + Win95 w/FAT32? In-Reply-To: <199702030427.XAA29828@keeper.albany.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk On Sun, 2 Feb 1997, Jim Lefavour wrote: > > Warning! 8.3 programs will only see first occurance of file! > > > Therein lies one problem with the lookup table approach - I have seen > several packages using long "Linux" filenames in TGZ files, which use > filenames that have large similar portions, viz. > open_file.c open_file.h open_file_mic.c open_file_mic.h Well, a tar program I'm using right now does a neat job of this, they'd be named: > open_fil.c open_fi~.h open_fi'.c open_fi`.h We could have it implement an approach like this when presenting LFN's to a 8.3 program, or we could also have an option TSR which will intercept the dir call and present YOU with the LFN's, which one(s) do you want the program to see and how? > c:\thisone\level.help\open_file.help > c:\thisone\level.help.source\open_file.help.txi Hmmm, either option A, or TSR, or name compression, ie: > c:\thisone\levelhel\open_fil.hel > c:\thisone\levelhel.sou\open_fil.txi There's bound to be a dozen ways to skin this cat.