I want to use Beyond Compare for comparing most files.
However, I want to use IBM Rational Rhapsody's DiffMerge tool for comparing files with the extensions - .rpy, .sbs and .cls (aka Rhapsody files).
I want to compare two folders and then diff particular files within those folders with either Beyond Compare or DiffMerge depending on the file extension.
I don't really mind if this is managed automatically or whether I have to use an "Open With" or custom command type solution when right-clicking on lines containing Rhapsody files.
I want to call DiffMerge.exe with the two files highlighted on a single line as it's arguments like - C:\Rhapsody7521\DiffMerge.exe leftFile rightFile
I currently do a similar thing with TortoiseSVN :-
C:\Rhapsody751\DiffMerge.exe %base %mine /title1=%bname /title2=%yname /leftreadonly
Can it be done in Beyond Compare too?
However, I want to use IBM Rational Rhapsody's DiffMerge tool for comparing files with the extensions - .rpy, .sbs and .cls (aka Rhapsody files).
I want to compare two folders and then diff particular files within those folders with either Beyond Compare or DiffMerge depending on the file extension.
I don't really mind if this is managed automatically or whether I have to use an "Open With" or custom command type solution when right-clicking on lines containing Rhapsody files.
I want to call DiffMerge.exe with the two files highlighted on a single line as it's arguments like - C:\Rhapsody7521\DiffMerge.exe leftFile rightFile
I currently do a similar thing with TortoiseSVN :-
C:\Rhapsody751\DiffMerge.exe %base %mine /title1=%bname /title2=%yname /leftreadonly
Can it be done in Beyond Compare too?
Comment