[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - 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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson