On Win7/32 if I do this
Code:
tpipe /input=avetemp.txt /simple=23 | tpipe /simple=24
I see an unprintable at the end. If I do this
Code:
tpipe /input=avetemp.txt /simple=23 | tpipe /simple=24 | list /x
and go to the end, that unprintable appears to be 0xFE.
And if I try (nearly) Eric's test,
Code:
g:\tc14> type updater.ini | tpipe /simple=23 | tpipe /simple=24 /output=test.me
g:\tc14> *fc /b updater.ini test.me
Comparing files updater.ini and TEST.ME
FC: TEST.ME longer than updater.ini
A hex editor reveals 0xFE at the end.