Quote:
Originally Posted by Greystones
Does anyone know of a facility in W7 that can compare the contents of a folder that has been transfered over from say XP, and will report the omissions, please?
|
I don't know of any such utilities in Win7 but there are some options available. First of all, you can use the dir command (DOS shell) in Win7 to output the contents of the folder as a text file. FOR EXAMPLE:
dir c:\test > "C:\directory output.txt" /b /o
The /b switch will truncate the output so that only the file names appear; the /o switch will alphabetically sort the file names in the output. Do the same for the directory on the XP computer. To compare the two text files simply copy & paste into Excel. Excel 2007 version has a built in feature that will compare the two columns & highlight the differences.
The other option is to use Robocopy which is also built into Win7. There are several advantages of using Robocopy but as it applies to your situation, robocopy will only copy files that are not on the destination folder. For example, you have on the XP computer
some filename #1
some filename #2
some filename #3
If you have already copied
some filename #1
some filename #3
onto the WIn7 computer, then Robocopy will automatically skip #1 & #3 and copy only the files that haven't been copied over yet.
This assumes that the two PCs are networked or connected somehow. If none of these options appeal to you, there are plenty of 3rd party applications out there. There's also SyncToy (made by Microsoft) - as a free download. I have no experience with this utility. More information here:
http://www.microsoft.com/downloads/e...displaylang=en