Int 21/AX=5F97h

Prev Next Ralf Interrups Categories Contents

------

LANtastic - COPY FILE

AX = 5F97h
CX:DX = number of bytes to copy (FFFFFFFFh = entire file)
SI = source file handle
DI = destination file handle

Return:
CF clear if successful DX:AX = number of bytes copied CF set on error AX = error code

Note: Copy is performed by server

Category: Network - Int 21h - L

------

Prev Next Ralf Interrups Categories Contents