Re: [Freedos-devel] Int 21/AX=71A6h

2006-11-06 Thread Tony
Oops, I forgot...you may want to walk the SFT or the JFT The assumption here is that you know how to find and "walk" them -T - Original Message - From: "Blair Campbell" <[EMAIL PROTECTED]> To: "FreeDOS Devel" Sent: Sunday, November 05, 2006 11:42 PM Subject: [Freedos-devel] Int 21/A

Re: [Freedos-devel] Int 21/AX=71A6h

2006-11-06 Thread Tony
I would suppose that by walking SysVars, (well DOS actually has this information) by looking at offset 20h in the System File Table, you can get the filename in FCB format, for 8.3 filenames prior to DOS 7.x (LFN)...Int 21h/60h can get the canonicalized filename I think that would be the best b