I created a context menu item with this line:

"C:\Documents and Settings\mmurphy\My Documents\My Tools\WinMerge-2.12.0-exe\WinMergeU.exe" /s "%1" "%2"

I selected two files and expected when I clicked on the menu item it would open the executable and pass those two files in as arguments. What happened was it opened two separate instances of the application and passed only one of the arguments to each instance of the app.

How would I do this so that I can select two files, right click on them and execute my app so that the two files I have selected get passed in as arguments for only one instance of the app?

Thanks

link|improve this question
feedback

closed as too localized by studiohack Feb 21 at 4:08

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

I soved my problem... sorta...I'm using a different compare program... instead of using WinMerge (free) my company bought us copies of UltraCompare (not free) ... it has a context menu item that does exactly what I want.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.