The information in this article applies to:
SUMMARY
It is common to encounter situations where you need to verify whether two
disk files are identical. For example, you may observe unusual program
behavior and suspect the file is damaged. Or two files may have the same
byte count but different dates, and you wish to be certain they are
identical. You may also be sending files to someone and prior to sending
you wish to verify them against a master copy. In some cases, these files
may be readable ASCII, and in other cases, binary. Sometimes you may need
to compare a local file to a questionable file at a remote site.
MORE INFORMATION
For comparing a local file to a remote file, it is often best to use the
pkzip utility. Pkzip the file at both the local and remote sites. Then use
pkzip -v to examine the CRC-32 value for the ZIP files. If the CRC-32
values are identical for the remote and local sites, then the files are
absolutely identical. Since ZIPing a large file can take some time, it is
often best to use the pkzip -e0 (no compression) option, which is fastest.
compares all DLLs in the indicated directories on two different machines. If you need to compare entire subdirectory trees, the WINDIFF utility from the Windows NT Resource Kit can be used. WINDIFF is a graphical Win32 utility. It is also excellent for doing detailed comparison between two ASCII files, such as source code. It graphically illustrates with colors the difference between the two ASCII files. Additional query words: pkzip compare remote Windows NT
Keywords : kbother SSrvWinNT |
Last Reviewed: March 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |