Differences
This shows you the differences between the selected revisions of the page.
| 2014-01-31 | 2014-02-04 | ||
| Add File Compare section - WinMerge (cozappz) | winmerge formatting, note about local type, tags, note about 32/64 path (martin) | ||
| Line 120: | Line 120: | ||
| ==== WinMerge ==== | ==== WinMerge ==== | ||
| + | |||
| + | Select //Local command// [[custom_command#types|type]]. | ||
| "C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /x /u "!" "!^!" | "C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /x /u "!" "!^!" | ||
| - | Where | + | Replace ''C:\Program Files (x86)'' with ''C:\Program Files'' on 32-bit system. &winpath &win32 &win64 |
| - | · * /e enables you to close WinMerge with a single Esc key press | + | |
| - | ··* /x closes WinMerge (after displaying an information dialog) when you start a comparison of identical files | + | Where: |
| - | * /u prevents WinMerge from adding either path (left or right) to the Most Recently Used (MRU) list | + | |
| + | * ''/e'' - Enables you to close WinMerge with a single ''Esc'' key press; | ||
| + | * ''/x'' - Closes WinMerge (after displaying an information dialog) when you start a comparison of identical files; | ||
| + | * ''/u'' - Prevents WinMerge from adding either path (left or right) to the Most Recently Used (MRU) list. | ||