Comparing Files in W2K ?

G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

I need to compare some wav. files to verify that they are identical, but
can't find anything in Win2k to do this. (I thought this was always a
standard feature, but I guess not, or maybe I just can't find it.) Anyway,
I want to compare pairs of different CD-ripped wave files and see if there
are any differences (file lengths are the same). Is there something built
into Windows, or is there some sort of freeware available? TIA

- Magnusfarce
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

On Fri, 29 Jul 2005 08:20:30 -0700, "Magnusfarce" <magnusfarce@adelphia.net> wrote:

>I need to compare some wav. files to verify that they are identical, but
>can't find anything in Win2k to do this. (I thought this was always a
>standard feature, but I guess not, or maybe I just can't find it.) Anyway,
>I want to compare pairs of different CD-ripped wave files and see if there
>are any differences (file lengths are the same). Is there something built
>into Windows, or is there some sort of freeware available? TIA
>
> - Magnusfarce
>
See tip 0305 » Windows NT 4.0 has two built in File comparison commands.
in the 'Tips & Tricks' at http://www.jsifaq.com

Open a CMD.EXE window and type COMP /?
Compares the contents of two files or sets of files.

COMP [data1] [data2] [/D] [/A] [/L] [/N=number] [/C] [/OFF[LINE]]

data1 Specifies location and name(s) of first file(s) to compare.
data2 Specifies location and name(s) of second files to compare.
/D Displays differences in decimal format.
/A Displays differences in ASCII characters.
/L Displays line numbers for differences.
/N=number Compares only the first specified number of lines in each file.
/C Disregards case of ASCII letters when comparing files.
/OFF[LINE] Do not skip files with offline attribute set.

To compare sets of files, use wildcards in data1 and data2 parameters.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

From: "Magnusfarce" <magnusfarce@adelphia.net>

| I need to compare some wav. files to verify that they are identical, but
| can't find anything in Win2k to do this. (I thought this was always a
| standard feature, but I guess not, or maybe I just can't find it.) Anyway,
| I want to compare pairs of different CD-ripped wave files and see if there
| are any differences (file lengths are the same). Is there something built
| into Windows, or is there some sort of freeware available? TIA
|
| - Magnusfarce
|

Besides the information Jerold has provided you, there is the Resource Kit utility,
WINDIFF.EXE.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

Magnusfarce wrote:

> I need to compare some wav. files to verify that they are identical, but
> can't find anything in Win2k to do this. (I thought this was always a
> standard feature, but I guess not, or maybe I just can't find it.) Anyway,
> I want to compare pairs of different CD-ripped wave files and see if there
> are any differences (file lengths are the same). Is there something built
> into Windows, or is there some sort of freeware available? TIA
>
> - Magnusfarce
>
>
Hi,

Using fc.exe /b in a command prompt is also an option.


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx