Category : Network Files
Archive   : NXCOPY.ZIP
Filename : BINDERY.I86

 
Output of file : BINDERY.I86 contained in archive : NXCOPY.ZIP
name B_Open_Close

assume cs:code

data segment public
data ends

code segment public

public closebi
public openbin

closebi proc near
push ds
push es
push si
push di
mov ax,cs
mov ds,ax
mov es,ax
mov si,offset rquest
mov di,offset rply
mov byte ptr [si+2],68
mov ah,0e3h
int 21h
xor ah,ah
pop di
pop si
pop es
pop ds
ret
closebi endp

openbin proc near
push ds
push es
push si
push di
mov ax,cs
mov ds,ax
mov es,ax
mov si,offset rquest
mov di,offset rply
mov byte ptr [si+2],69
mov ah,0e3h
int 21h
xor ah,ah
pop di
pop si
pop es
pop ds
ret
openbin endp

rquest dw 1
db 0

rply dw 0

code ends
end


  3 Responses to “Category : Network Files
Archive   : NXCOPY.ZIP
Filename : BINDERY.I86

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/