I execute compareit via command line from a script that compares many files, so compareit is executed multiple thousands of times during a script execution.
When compareit is being executed in command prompt mode two things occur that I would like to be suppressed. The first, is all windows dialogs (such as the percentage bar that pops up if the files being compared are large, to show the time remaining on the comparison) pop up to the front of the screen, causing anything that you had focus on to be unfocused.
If you are writing an email while compareit is being executed in the background, then you will not be able to type on your email because it loses focus every time compareit is executed again. If the percentage bar must be displayed, can it be displayed in "background" or unfocused so that it doesn't affect multi-tasking. I attempted to do this myself by creating a shortcut and forcing compareit to start minimized, with no luck.
An even more optimal solution would be that whenever compareit is executed in command line mode, all dialogs are suppressed, and compareit is started minimized or in the background (much like how winzip works in command line mode) so that it does not disturb a user executing this from a script (which I imagine most users who take advantage of the command line option do).
