BIT 7 USER INFO BIT7.COM reads through a file and resets bit 7 whenever it finds it set to one. Bit 7 is not normally used in text files but a few editors (WordStar for instance) use bit 7 to keep formatting data in the file. Other editors and text processors throw up when they see bit 7 set, so you should preprocess these files with BIT7.COM. This file is from the CP/M user group. It reads the named file, a sector at a time, removing any set bit 7s and then writing each sector back into the file. No second, or backup file is generated. If you want to keep a copy of the original file around, make a backup before invoking BIT7. INVOKING BIT7 BIT7 FILENAME.EXT That's all there is to it. The .ASM file was written for assembly by DIGITAL RESEARCH'S MACRO ASSEMBLER. i.e. MAC BIT7.ASM LOAD BIT7