I'd suggest using Spacehound 4 (http://fineware.com/)
Main Topics
Browse All TopicsHi,
Batch script that finds the duplicate content txt files. Need a way to get the data within the content to another txt file.
As it gets the data of the diff txt file paths. Can i get help getting the content of the txt files into a txt file like
Txtfile name before the "_" underscore in the txt file name
Data in the tst file that was found different
Data in the tst file that was found different
And a line======================
Txtfile name before the "_" underscore in the txt file name
Data in the tst file that was found different
Data in the tst file that was found different
Can anyone help please.
Regards
Sharath
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I'd suggest using Spacehound 4 (http://fineware.com/)
Grab the GNU diff utility from the following link,
http://gnuwin32.sourceforg
and then change
echo Diff: %1, %2>>%LogFile%
to something like
diff -C 0 %1 %2>>%LogFile%
Might that work?
~bp
At present the script the script finds the Differnce between each txt file whose names are identical before the "_" and logs the names into the txt file
After that if the script can continue checking the results txt file one by one and get the txt file path open it copy the data within it and paste it in the new txt file and header it with the file name before the txt file then thats what i want.
But are you saying copy the entire contents of the file to this new log file? If so, which of the 2 files that were different are you wanting?
Or are you still expecting to only see the file differences somehow, although realistically doing this in a DOS batch file is not practical.
Do all the files found to be different go into a single new output log file?
~bp
Thank U AT & billprew
Any help on these
http://www.experts-exchang
http://www.experts-exchang
Business Accounts
Answer for Membership
by: developedtesterPosted on 2009-10-28 at 14:02:27ID: 25688292
I'm not sure if there's a VB script that does this, but powershell's compare object gives you an indicator of which file has the difference. If you can do a compare that gives you an indicator, then you can just 'grep' those out for each one. Can you use powershell or find a comparison program that give you this type of indication:
function determineSubdirs { =>
function determineDirs{ <=