Terminate the association between a path and a drive letter.
mov ax, 71aah ; SUBST
mov bh, 1 ; Terminate Subst
mov bl, DriveNum ; see below
int 21h
jc error
Clears the carry flag if successful. Otherwise, the function sets the carry flag and returns an error value in the AX register.