Int 21/AX=5F81h

Prev Next Ralf Interrups Categories Contents

------

LANtastic - LOGIN TO SERVER

AX = 5F81h
ES:DI -> ASCIZ login path followed immediately by ASCIZ password
BL = adapter number
FFh try all valid adapters
00h-07h try only specified adapter

Return:
CF clear if successful CF set on error AX = error code

Notes: Login path is of form "\\machine\username". If no password is used, the string at ES:DI must be terminated with three NULs for compatibility with LANtastic v3.0.

See Also: AX=5F82h - AX=5F84h

Category: Network - Int 21h - L

------

Prev Next Ralf Interrups Categories Contents