Hide ExamDiff Pro
Posted: Wed Sep 03, 2008 3:15 pm
Hi,
Is there a way to invoke ExamDiff Pro from the command line so that it is hidden and does not take up the foreground? I am working on a .net application that invokes ExamDiff Pro from the command-line by creating and executing a batch file. I have no problem hidding the batch file during execution, but once the batch file calls ExamDiff the foreground is brefiely taken away from my app. I call ExamDiff for several files so it becomes very annoying when the foreground rapidly changes. Here is the current command I use to call ExamDiff:
ExamDiff /html /o:" & quote & g_workingDirectory & "\test.html" & quote <file1> <file2>
Any help would be greatly appreciated.
Is there a way to invoke ExamDiff Pro from the command line so that it is hidden and does not take up the foreground? I am working on a .net application that invokes ExamDiff Pro from the command-line by creating and executing a batch file. I have no problem hidding the batch file during execution, but once the batch file calls ExamDiff the foreground is brefiely taken away from my app. I call ExamDiff for several files so it becomes very annoying when the foreground rapidly changes. Here is the current command I use to call ExamDiff:
ExamDiff /html /o:" & quote & g_workingDirectory & "\test.html" & quote <file1> <file2>
Any help would be greatly appreciated.