Category : Assembly Language Source Code
Archive   : DISASMBL.ZIP
Filename : ELIMDUP.BAS
Output of file : ELIMDUP.BAS contained in archive : DISASMBL.ZIP
20 PRINT "ELIMINATE DUPLICATES FROM SORTED disasmbl.s_q FILE"
30 LINE INPUT "ENTER SOURCE FILENAME.EXT: ";SFN$
40 LINE INPUT "ENTER DESTINATION FILENAME.EXT: ";DFN$
50 OPEN "I",#1,SFN$:OPEN "O",#2,DFN$
60 ON ERROR GOTO 100
70 INPUT #1,A$:PRINT #2,A$
80 INPUT #1,B$:IF B$=A$ THEN GOTO 80
90 A$=B$:PRINT #2,A$:GOTO 80
100 SYSTEM
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
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/