and this is manipulated into a similar format into W.txt with <CR><LF> Windows E.O.L.
I find that "FC U.txt W.txt" has a 99.6% chance of ignoring the E.O.L. discrepancy of each line of text.
It is exactly 0% chance of ignoring if the E.O.L. is exactly 255 characters after the previous E.O.L.
"FC /W U.txt W.txt" has a 100 % certainty of ignoring this discrepancy.
I wish to believe this is due to /W not only ignoring Tab/Space discrepancies as Whitespace,
but also viewing <LF> and <CR><LF> as being equivalent White Space.
I am concerned by my recent encounter with Total Chaos when CMD.EXE commands misfire,
due to non-human "text" that included % and | and = characters which have "special significance".
I would appreciate assurance that "FC /W U.txt W.txt" has indeed fixed the problem by disregarding all E.O.L. as White space,
and not simply changed the special error length from 255 to some other number I will encounter next week

Alternatively I could use MORE U.txt > X.txt followed by "FC X.txt W.txt"
but then I fear MORE could also be subject to the same problems with %,|, and =.
For the context of my application / purpose please see
viewtopic.php?f=3&t=2368
Regards
Alan