In MS-DOS (and FAT16), you could only have 8.3 file names (like QUESTION.TXT) with only single-case letters and numbers (and a few symbols). The MS-DOS Editor also defaulted to 8.3 - typing edit questiontxt in MS-DOS 6.22 would edit QUESTION.TXT.
While everything used 8.3, were 9.2 names possible?
For example, instead of the example above (QUESTION.TXT), would QUESTIONT.XT be an allowed filename (although it would not be practical)?
DIRand various other commands look for aDESCRIPT.IONfile and display file descriptions (long file names) stored there. Since this relies on a regular file, it works with any archiver, but few programs can actually work with the descriptions. – Stephen Kitt Mar 07 '23 at 20:06DESCRIPT.IONis the only way I’m aware of to get the behaviour you’re describing (which doesn’t mean there aren’t any others of course). I would be rather surprised if MS-DOS 6.22’sCOMMAND.COMwas able to display any kind of “long” file name!PKUNZIPgot support for LFNs in version 2.50, when run under Windows 9x; but version 2.04g couldn’t even extractEA DATA. SFfiles while preserving their name (which is fine, those files weren’t supposed to be archived, but it illustratesPKUNZIP’s limitations). – Stephen Kitt Mar 08 '23 at 13:34