Int 2F/AX=920Dh

Prev Next Ralf Interrups Categories Contents

------

PC Tools v8.0 DRIVEMAP - GET DRIVE TYPE

AX = 920Dh
BL = drive letter (41h ['A'] = A:, etc)

Return:
AX = type flags

bit 0:
???

bit 1:
Available

bit 5:
Local. BX = ???. CX = segment of resident code (apparently an unintended side effect)

Program: DRIVEMAP is a redirector which allows drives on computers connected over the parallel or serial ports to appear as local drives

See Also: AX=9218h - INT 16/AX=FF70h

Category: Remote Control/File Access - Int 2Fh - P

------

Prev Next Ralf Interrups Categories Contents