emu2 icon indicating copy to clipboard operation
emu2 copied to clipboard

Support for Rename with FCB (Int 21/AH=17h)

Open tsupplis opened this issue 3 years ago • 1 comments

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.

tsupplis avatar Apr 19 '22 18:04 tsupplis

Hi, and thanks!

Again, Do you have a program that uses this, so it can be tested?

Have Fun!

dmsc avatar Apr 20 '22 00:04 dmsc