By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!FWIW, I do not get these results with WinXP 32-bit, TCMD v14.00.29. Someone with 64-bit Win7 should test on their version. Here's my results:TPIPE, used with parameter /simple=23 to encode a file and (as another command) /simple=24 to decode this file adds 0F (hex) at the end of the file.
Windows 7 x64, TCMD 14.00.29
[C:\Program Files\JPSoft\TCMD14]type updater.ini | tpipe /simple=23 | tpipe /simple=24 /output=test.me
[C:\Program Files\JPSoft\TCMD14]fc /b updater.ini test.me
Comparing files updater.ini and TEST.ME
FC: no differences encountered
tpipe /input=avetemp.txt /simple=23 | tpipe /simple=24
tpipe /input=avetemp.txt /simple=23 | tpipe /simple=24 | list /x
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
[C:\]ver
TCC 14.00.29 Windows 7 [Version 6.1.7601]
[C:\]type updater.ini | tpipe /simple=23 | tpipe /simple=24 /output=test.me
[C:\]fc /b updater.ini test.me
Comparing files updater.ini and TEST.ME
FC: no differences encountered