1. DOS 7
Hi, I searched the web for information about DOS 7 interrupts... didn't
found anything :(
(expect Ralf's list, which I'm downloading right now... hope it has
something).
I want to code some routines for handling files & directories *with* long
filenames. The questions are:
1.- Does anyone knows where to get that information
2.- I suppose the interrupt call is different from the DOS 6 ones. In that
case:
2.1 - How can I determine which one must I use?
Open Question:
Would it be needed to have conditional compilation? Example:
if #DOS32 then
include exfile.e
else
include exwfile.ew
end if
Regards,
Daniel Berstein
daber at pair.com
2. Re: DOS 7
Hi Daniel
I have some turbo pascal programs with source code (from the
SWAG libraries), that do that. If you want (and if you know
pascal), I can mail it to you.
Greets
Hugo Rozas
<hrm at telematic.com.pe>
----------
> De: Daniel Berstein <daber at PAIR.COM>
> A: EUPHORIA at cwisserver1.mcs.muohio.edu
> Asunto: DOS 7
> Fecha: Domingo 7 de Junio de 1998 02:37 PM
>
> Hi, I searched the web for information about DOS 7 interrupts... didn't
> found anything :(
> (expect Ralf's list, which I'm downloading right now... hope it has
> something).
>
> I want to code some routines for handling files & directories *with* long
> filenames. The questions are:
>
> 1.- Does anyone knows where to get that information