Hi,
We have a custom built tool to compare diffs between two Jet databases (let's call it JetCompare.exe). We typically start of our versions differences comparison by looking at all file diffs between two version folders, and often there are database diffs included within the compare results.
What we would like to do is have the user be able to highlight the two MDB files in BC (we are on version 3) and then right-click and "send" those two fully-qualified file names to our custom DB compare tool.
So we would like the command line to be generated by BC to read something like this:
JetCompare.exe "C:\Versions\010000\db1.mdb" "C:\Versions\010001\db1.mdb"
And the paths to each of those two parameters are obviously well-known by the BC interface.
Can this be done? We wouldn't be averse to using the right-click > Explorer > Send To method since we can customize the SendTo options to include our JetCompare.exe, if that would help accomplish this goal.
Thanks,
Kevin
We have a custom built tool to compare diffs between two Jet databases (let's call it JetCompare.exe). We typically start of our versions differences comparison by looking at all file diffs between two version folders, and often there are database diffs included within the compare results.
What we would like to do is have the user be able to highlight the two MDB files in BC (we are on version 3) and then right-click and "send" those two fully-qualified file names to our custom DB compare tool.
So we would like the command line to be generated by BC to read something like this:
JetCompare.exe "C:\Versions\010000\db1.mdb" "C:\Versions\010001\db1.mdb"
And the paths to each of those two parameters are obviously well-known by the BC interface.
Can this be done? We wouldn't be averse to using the right-click > Explorer > Send To method since we can customize the SendTo options to include our JetCompare.exe, if that would help accomplish this goal.
Thanks,
Kevin
Comment