FIXTEXT.COM and FIXTEXT.PAS (Good for quick conversion of text files for viewing ESPECIALLY LF only files! ) QUICK FIX FOR TEXT FILES WHICH DO NOT HAVE CR/LF SEQUENCES IN THEM AND/OR WHICH HAVE SOME HIGH BITS SET (A LA WORDSTAR). THIS PROGRAM WILL READ A FILE AND SWITCH FROM CR ONLY OR LF ONLY TO CR/LF WHILE STRIPPING ALL HIGH BITS. SYNTAX IS FIX Program will prompt for input and output files (I didn't feel like messing with command tails). Be sure you use unique filenames - I didn't trap that either. Basically this is a quickie for my own benefit. You may use, abuse, or discard this program. Any public domain use is ok. JUST DON'T SELL IT. Greg Browne 9/30/86 Compiles under Turbo Pascal 2.0 just fine!