Run winmerge via Apply command

Advertisement

techie
Guest

Run winmerge via Apply command

Can't run winmerge with this command - winmerge just doesn't start. Without "start" prefix winmerge starts, but it unable to find temporary file.
═════════════════════════ Apply command ═══════════════════════════
 Enter command to process selected files
 start /wait winmerge ! !^!                                       
 Patterns: !! - exclamation mark; ! - file name
 !?prompt?default! - prompts user for parameter value
 !& - selected files list (quoted, space-delimited)
 Local command patterns: !^! - file name from local panel
────────────────────────────────────
 ( ) Remote command           (x) Local command
 [ ] Apply to directories     [ ] Execute recursively
 [ ] Show results in console
────────────────────────────────────
                         [ Ok ]  [ Cancel ]

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,567
Location:
Prague, Czechia

Re: Run winmerge via Apply command

techie wrote:

Can't run winmerge with this command - winmerge just doesn't start. Without "start" prefix winmerge starts, but it unable to find temporary file.
I'm not quite sure what are you tring to achieve. But in case you do: "start" is not a program, it is internal command of Window shell (cmd.exe). So you must run cmd.exe to interpret it. You do it like this:
cmd.exe /c start /wait winmerge ! !^!

Reply with quote

Lorand
Guest

After save

I successfull started Winmerge with this command:
"C:\Program Files\WinMerge\WinMergeU.exe" "!^!" "!" (Local Command)

But after i save the modifications in remote file and close the WinMerge i lose the modifications.

Why?

Reply with quote

martin
Site Admin
martin avatar

Re: After save

Lorand wrote:

But after i save the modifications in remote file and close the WinMerge i lose the modifications.
This request is being tracked already.

Reply with quote

Advertisement

You can post new topics in this forum