View Single Post
  #8  
Old 28-06-2024, 04:27
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
Still available special offset-shifted file compare tool??? (File sizes differ smaller than 1KB.)

Read two file started in predefined text or hexa code to file ends.. (Ex: Two WAV files compares, compressed non-standardized tools or etc...)

Quick example (not available the offset-functions):

"fc /b start=data file1.wav file2.wav" or "fc /b start=64617461 file1.wav file2.wav"

start -> start offset reading from two comparable files, reading to file ends, ignoring previous bytes before the offset value. With(in/out) added extra switch, "end=0" aka read files to file endings or "end=X" read files to "X" offset points. (reading two files before file ends.)

A similar question was asked here, almost ~20 years ago: https://www.ghisler.ch/board/viewtopic.php?t=8523

Last edited by kj911; 28-06-2024 at 04:30. Reason: typo fix
Reply With Quote