Re: File comparision utility
On Sun, 30 Sep 2007 13:48:50 +0300, "SANTANDER"
<santander@microsoft.news> put finger to keyboard and composed:
>need recomendations for some good file comparision utility, freeware, to
>compare text files, scripts, css files. Standalone is preferable.
>
>Regards,
>S.
Switch to a DOS prompt and use the built-in fc.exe command.
Type "fc /?" for usage information.
For example, the following command performs a binary comparison of two
files:
fc /b file1 file2
An ASCII comparison will identify dissimilar blocks of text and will
resync if the differences aren't too great.
- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.