Roman Hudec
June 1st, 1999, 01:49 AM
Can anybody known, how can I map network drive from Windows 9x only for local program ? Other programs (explorer ...) can't see this mapped drive. Something like this, but only for running program:
INT 21 - DOS 3.1 + network - REDIRECT DEVICE
AX = 5F03h
BL = device type
03h printer
04h disk drive
DS:SI -> ASCIZ local device name (16 bytes max)
ES:DI -> ASCIZ network name + ASCIZ password (128 bytes max total)
INT 21 - DOS 3.1 + network - REDIRECT DEVICE
AX = 5F03h
BL = device type
03h printer
04h disk drive
DS:SI -> ASCIZ local device name (16 bytes max)
ES:DI -> ASCIZ network name + ASCIZ password (128 bytes max total)