dosemu2 / comcom64

64bit command.com
https://github.com/dosemu2/comcom32/
GNU General Public License v3.0
32 stars 5 forks source link

Implement truename command #100

Closed andrewbird closed 3 months ago

andrewbird commented 3 months ago

Here's the syntax that FreeCOM implements

C:\>truename /?
Displays the full path name of the path specified.

TRUENAME [drive:][path][filename]

It should try int21/7160 first then fall back to int21/60 if that's not available.

stsp commented 3 months ago

What does it actually give us?

Воскресенье, 25 августа 2024 г получено от Andrew Bird:

Here's the syntax that FreeCOM implements

C:\>truename /?
Displays the full path name of the path specified.

TRUENAME [drive:][path][filename]

It should try int21/7160 first then fall back to int21/60 if that's not available.

-- Reply to this email directly or view it on GitHub: https://github.com/dosemu2/comcom64/issues/100 You are receiving this because you are subscribed to this thread.

Message ID: @.***

andrewbird commented 3 months ago

Compatibility with other DOSes.

stsp commented 3 months ago

Which ones, but freecom? (which is not a dos)

andrewbird commented 3 months ago

MS-DOS 5 and up have it. It's not really important though, I'll close.

stsp commented 3 months ago

msdos compatibility is ok.