|
<--- Turn the page
   
(contents page)
   
Turn the page ---> UndocumentedWhat's your Truename |
|
|
Along with the TRUENAME command came the DOS interrupt service. Service 60h. However, this interrupt service was included with DOS 3.0. Here are the register uses: On entry:
AH = 60h
DS:SI -> ASCIZ filename or path
ES:DI -> 128-byte buffer for truename
Return:
CF set on error
AX = error code
CF clear if successful
ES:DI -> 128-byte buffer of truename
Try it out. See what you come up with.
¥
|
<--- Turn the page
   
(contents page)
   
Turn the page ---> Page 13