looking for atool that compare files...

  • Thread starter Thread starter BoazBoaz
  • Start date Start date
B

BoazBoaz

looking for a tool that compare files...

I.E get two files as en input, compare them and as an output say if they
identical.
 
BoazBoaz said:
looking for a tool that compare files...

I.E get two files as en input, compare them and as an output say if they
identical.

Last time I did something like this, I used the Command
Prompt box and entered the "fc" command, such as:

fc [d:]\[folder][filename1] [d:]\[folder][filename2]

For further clarification on how to use it, type "fc /?"
(minus the quotes) at the command prompt.
 
BoazBoaz said:
looking for a tool that compare files...

I.E get two files as en input, compare them and as an output say if they
identical.
WinMerge
winmerge.sf.net
Compares side by side, make a difference file, right click menu integration,
difference snipit copying. Very excellent program
 
If you have MSWord you may wish to use that. In Word 2000 it is at Tools menu, Track Changes, Compare Documents. See Help. Basically you open one and click Compare Documents and select the second file. You get a file with deleted text with red line through it and added text in green or something (See Tools menu, Options, Track Changes tab).
 
Back
Top