![]() |
Web Development »
Applications & Tools »
Tools with source code
Intermediate
Windiff Helper ToolBy Cagdas CalikA tool for effective usage of Windiff. |
VC6, VC7, VC7.1Win2K, WinXP, Win2003, Dev
|
|
Advanced Search Add to IE Search |
|
|
|
||||||||||||||||

File comparing is one of the indispensable tasks of programming, especially if you're modifying someone's code or want to see what changes you've made between the two versions of your programs. Although being an old tool, Windiff is one of the most popular file comparing tools for Windows platform.
One major drawback of this tool is; if you have two files (or directories) to be compared that are in different locations, you either have to browse each of the items through the Windiff's Open File dialog, or copy both of them to the same directory in order to drag them into Windiff.
My solution to this problem is this tiny tool that you can drag and drop files on it and press one button to make Windiff compare them. (Provided that you inform the tool about Windiff's location before.)
The source code is very small and self-explanatory. You just take two file names as input and launch an executable by supplying these file names as command line arguments to the program. All of the settings the tool uses is stored in the registry.
You should first locate Windiff executable from "Options->Locate Windiff" menu item. You can give additional parameters to Windiff from "Options->Parameters" menu item.
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 30 May 2004 Editor: Smitha Vijayan |
Copyright 2004 by Cagdas Calik Everything else Copyright © CodeProject, 1999-2009 Web17 | Advertise on the Code Project |