Hi,
I have an application that builds a script with command lines for opening
some file to be merged. I gave the command options to open all files in the
same window. As long as there are less than 41 files to be merged, the
WinMerge manages to open them, otherwise it just closes the main
window when it reaches the 42th file.
Here is how my script looks like:
start /MIN WinMerge.exe /e /s /x PATH_TO_FIRST_FILE PATH_TO_SECOND_FILE
start /MIN WinMerge.exe /e /s /x PATH_TO_FIRST_FILE PATH_TO_SECOND_FILE
start /MIN WinMerge.exe /e /s /x PATH_TO_FIRST_FILE PATH_TO_SECOND_FILE
start /MIN WinMerge.exe /e /s /x PATH_TO_FIRST_FILE PATH_TO_SECOND_FILE
where PATH_TO_FIRST_FILE, PATH_TO_SECOND_FILE are replaced by valid paths.
Vlad - le createur de bien-etre.
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
|