emu2
emu2 copied to clipboard
Support for Rename with FCB (Int 21/AH=17h)
Hi, I would like to give a go at implementing
DOS 2+ - RENAME - RENAME FILE
AH = 56h
DS:DX -> ASCIZ filename of existing file (no wildcards, but see below)
ES:DI -> ASCIZ new filename (no wildcards)
CL = attribute mask (server call only, see below)
Return:
CF clear if successful
CF set on error
AX = error code (02h,03h,05h,11h)
If you are ok with that, I will push a candidate. I would ignore wildcarding as on the delete.
Hi, and thanks!
Again, Do you have a program that uses this, so it can be tested?
Have Fun!