hello every body
code below make directory in an address that is define in data part.
; create c:\emu8086\vdrive\C\test1
mov dx,ah
mov ah, 39h
int 21h
but i want to get address from user. i can do this with macros . anyone know this with intrrupts?
best Regard