_Z:
Ok, I got the first part to work, creating the text files with the hashes,
but I'm not sure I understand how to use fc (File Compare).
The hash text files are c:\junk\junktest1.txt and c:\junk\junktest2.txt
When I run C:\Junk>fc c:\junk\junktest1.txt c:\junk\junktest2.txt
I get the output below, which is just showing the entire contents of the two
files. I'm not sure what it is supposed to show if they are equal. Sorry to
sound so dense.
Thanks,
Don
Comparing files C:\JUNK\junktest1.txt and C:\JUNK\JUNKTEST2.TXT
***** C:\JUNK\junktest1.txt
//
ae7ec3a42edb9a8f3de050a5c14b0a47 c:\junktest1\DEFAULT.SET
b7eaa82a9e1d0f32203dcd133e4145a7 c:\junktest1\Dir2Text.exe
53fd0a9301dcf279c1ab676d1719b62c c:\junktest1\DIR2TXT.ICO
d05bd7e1a9a030b2e99cbbc40fff4bfe c:\junktest1\DIRS.DIR
eb5639d75ea3724e513006dca0e0a269 c:\junktest1\DotDir.txt
265f696e32dc694d06a3282b32099701 c:\junktest1\FILE_ID.DIZ
ea2a36cd50d7445969d6dd60db72efa0 c:\junktest1\README.TXT
***** C:\JUNK\JUNKTEST2.TXT
//
ae7ec3a42edb9a8f3de050a5c14b0a47 c:\junktest2\DEFAULT.SET
b7eaa82a9e1d0f32203dcd133e4145a7 c:\junktest2\Dir2Text.exe
53fd0a9301dcf279c1ab676d1719b62c c:\junktest2\DIR2TXT.ICO
d05bd7e1a9a030b2e99cbbc40fff4bfe c:\junktest2\DIRS.DIR
eb5639d75ea3724e513006dca0e0a269 c:\junktest2\DotDir.txt
265f696e32dc694d06a3282b32099701 c:\junktest2\FILE_ID.DIZ
ea2a36cd50d7445969d6dd60db72efa0 c:\junktest2\README.TXT
*****
"_Z" wrote:
> Don Anderson wrote:
> >>> Ok, next time I will use robocopy but for this directory it is too
> >>> late. Is it possible to use FCIV the way I am proposing?
>
> "G. Morgan" wrote:
> >> I am not familiar with that software, sorry.
> >> Google comes up with a bunch of MD5 checkers though. Some of them
> >> look like they do simple directory comparisons.
> >> http://www.google.com/search?hl=en&c...er&btnG=Search
>
> Don Anderson wrote:
> > Yeah, I did that same Google search. Nothing helpful there. That's
> > why I cam here. Maybe someone else knows. Is there another MS
> > Discussion Group that would be specific to that tool?
>
> Don,
> Why not use 'FCIV ... -bp {-base-} > location-n.txt' at both locations,
> then 'FC location-1.txt location-2.txt'
>
>
>