Mail Archives: djgpp/1996/01/23/12:01:56
In connection with how a Gnu C/C++ program can find about drives, the
interrupt `AH=0x60, Int 21h' (Truename) was mentioned. It (like the DOS
command TRUENAME), converts names of net files into a form starting with \\,
e.g.:-
C:\AM>x:
X:\MCCSOFT\UTIL>truename vet.com
\\UMIST-MT-FS2\SYS\MCCSOFT\UTIL\VET.COM
but trying to use such a filename fails, e.g.:-
C:\AM>edit \\UMIST-MT-FS2\SYS\MCCSOFT\UTIL\VET.COM
Path/File access error
When and where are those \\... net filenames used? What are they for?
- Raw text -