SHORTIES\CLEANUP.COM  ·  COM  ·  846 B  ·  1987-11-30  ·  from PCPlus_Issue-20_May-1988
Ç>ü
u	║┤	═!═ ╛üFÇ<0r·ï╞FÇ<
u╞║╥δßÇ< uφ╞FÇ<0r·ï╓FÇ<
u·╞Rï╨░┤=═!s║»<t╢║∙δ▒ï╪║╣  ┤?═!┬ï·╞┐1╔╗ CAè<t< s<	t<
t
<t	<
t╞ δ▀$êδ┘ZQ1╔┤<═!Yï╪║┤@═!═ 
ERROR !  Input file not found
$
ERROR !  No output file specified
$
ERROR !  Cannot proceed
$
CLEANUP   by  Mike Hart  - Cleans up WordStar [ and similar ] files
▀▀▀▀▀▀▀
          - strips out < high > bits to give normal characters

          - replaces all control characters with spaces except :

            09 [09h]  ^I  HT   Horizontal Tab
            10 [0AH]  ^J  LF   Line Feed
            12 [0CH]  ^L  FF   Form Feed
            13 [0DH]  ^M  CR   Carriage Return
            26 [1AH]  ^Z  EOF  character

          - ensures one ( and only one! ) EOF mark [^Z] at the end
            of each file

SYNTAX : CLEANUP wsfile simpfile
$