Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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.
Lorand

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?
martin

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 ! !^!
techie

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 ]