compare two documents

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way besides track changes to show the difference between two
documents?
 
Tools | Compare and Merge Documents. It sometimes takes a little trial and
error to figure out which one to open first, though.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Iragalam said:
Is there any way besides track changes to show the difference between two
documents?

If you're not interested in differences in formatting you could do (and I
have on occasion done) this:

Save each file as a plain text file in the same directory. Let's call one
doc1.txt and the other doc2.txt.

Open a DOS prompt in that directory and type:

fc doc1.txt doc2.txt > diffs.txt

Hit Enter (Return).

Open diffs.txt and you'll see a list of the differences between the two
documents (which you could print out, for example).

This method may not work if the files are much too different.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top