Comparing two MPLAB files

Status
Not open for further replies.

Murugesh_89

Full Member level 5
Joined
Nov 23, 2012
Messages
266
Helped
7
Reputation
12
Reaction score
6
Trophy points
1,298
Location
India
Activity points
3,267
Hi,

Is there any way available to automatically detect the coding changes done in any two source code files.

If i did any change in a coding last month with the file name "apr.c" and then again if i did any changes in the file and create a new file named "may.c".

Other than manually finding it through documentation, Is there any software or tool available to find the changes done in these two files by inputting them. It will help me in the later when i will again come to change the file.

I am using MPLAB IDE ver8.85.

Regards,
Murugesh
 

If you are using Windows, open a command prompt and use "FC <file1> <file2>".
Use "FC /?" for other compare options.

Brian.
 

Or more conveniently, use the file compare functions of text editors, e.g. free PsPad.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…