[WEB4LIB] File comparing software

Bob Rasmussen ras at anzio.com
Tue Feb 6 17:18:03 EST 2001


On Tue, 6 Feb 2001 rhiebert at sd6.bc.ca wrote:

> Hello,
> 
> I'm looking for software (freeware would be nice . . .) to compare two large
> files -- far too large to be loaded into memory. All the freeware / shareware
> I've tried relies on loading the files to be compared into memory. The files are
> not text files, so a byte-by-byte comparison is required. I'm using this
> software to verify that a file copy across two drives of our NT network was
> successful. Thanks.

The "DOS" commands include "fc" (file compare), which has a binary option:
   fc /b filename1 filename2

I would suspect it would NOT load the entire files into memory.

-- 
Regards,
....Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: ras at anzio.com
 company e-mail: rsi at anzio.com 
          voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
            fax: (US) 503-624-0760
            web: http://www.anzio.com         



More information about the Web4lib mailing list