RFile Compare

  • Thread starter Thread starter YourName
  • Start date Start date
Y

YourName

Anything to highlight two files right click & selet compare with
the default right click file compare prgram?
 
Anything to highlight two files right click & selet compare with
the default right click file compare prgram?

WinMerge is an Open Source visual text file differencing and merging
tool for Win32 platforms. It is highly useful for determing what has
changed between project versions, and then merging changes between
versions.

Features
========
- Visual differencing and merging of text files
- Flexible editor with syntax highlighting
- Handles DOS, UNIX and MAC text file formats
- Unicode support
- Difference pane shows current difference in two vertical panes
- Location pane shows map of files compared
- In-line word difference visualisation
- File filters in directory diff
- Moved lines detection in file compare
- Shell Integration
- Rudimentary Visual SourceSafe and Rational ClearCase integration
- Archive file support using 7-zip
- Plugins
- Localizable interface via resource DLL
- HTML-based Manual

http://winmerge.sourceforge.net/
 
Anything to highlight two files right click & selet compare with
the default right click file compare prgram?

This utility will compare two files. The files can be compared as ASCII
or as Binary. This utility is based on the FC.EXE utility that is
included in MSDOS. Includes context menu support.

This is the simplest way to compare two files. Just right click on the
first file and click on Compare File(First); then go to the second file
and right click. Click on Compare File(Second). Brings up a dual-pane
box with the differences of both listed.

http://www.crashcoursesoftware.com/

http://www.crashcoursesoftware.com/files/fcwin.zip
 
Anything to highlight two files right click & selet compare with
the default right click file compare prgram?

Windiff - Free, comes with Windows.
It's probably on your Windows CD, but you can download it here.
http://keithdevens.com/downloads#diff
http://keithdevens.com/files/windiff

Put a shortcut to windiff.exe in the windows sendto folder,
(e.g. C:\Documents and Settings\tdalsgaard\SendTo)
then you can highlight 2 files and send to Windiff.

Regards
Thorkild Dalsgaard
 
Hey there,

Anything to highlight two files right click & selet compare with
the default right click file compare prgram?

I've been using this one for years:

Side By Side
Homepage: http://www.slimeworld.org/galwebde.html

<quotes from the page>
What is Side by Side?
Side by Side is a program to make our life a little easier. We use
it in our game development to compare code from different versions.

Who wrote Side-by-Side?
We did. We are the good folks at Galaxy Web Design. We are game
designers. We design games for non-profits, charities, and the blind.
Since this is all charitable work at the moment feel free to send
money. ;-)

Why did you write Side-by-Side?
We found ourselves doing the same thing over and over and over and
over and over and over....you get the idea. It was a total drag trying
to work with two notepad windows flipping back and forth. So we wrote
our own app.

What does it do?
Side-by-Side does what its name implies -- it puts two texts
side-by-side so that you can compare.

Who should use it?
Anyone who finds themselves trying to compare texts.

Give me an example of what it does again.
Imagine you have two version of the same code. One version is from
yesturday's backup and today's version is .... well from today.
Something went wrong and the code is behaving funny. Using
Side-by-Side it's a little easier to scan for what may be different in
the two source files.

How did you submit this program to so many Freeware sites so easily?
That was made possible by a program from our good buddy over at
AnalogX

Where do I download the Side-by-Side program?
Try the button below.

Download -- 685 kb.
<end quotes from the page>
 
Mel said:
WinMerge is an Open Source visual text file differencing and
merging tool for Win32 platforms. It is highly useful for
determing what has changed between project versions, and then
merging changes between versions.

<snip>

+1 for WinMerge. If you try it, download an experimental build (see
"Developers" section on the homepage). These are far stable enough
for daily use and have the latest features.

Regards,
Wald
 
Back
Top