diff options
Diffstat (limited to 'BUILD/Help/html/advanced')
-rw-r--r-- | BUILD/Help/html/advanced/ExternalApp.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/BUILD/Help/html/advanced/ExternalApp.html b/BUILD/Help/html/advanced/ExternalApp.html index 68f186c4..862d6071 100644 --- a/BUILD/Help/html/advanced/ExternalApp.html +++ b/BUILD/Help/html/advanced/ExternalApp.html @@ -5,7 +5,7 @@ <TITLE></TITLE> <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Win32)"> <META NAME="CREATED" CONTENT="20091206;16574000"> - <META NAME="CHANGED" CONTENT="20110414;19310800"> + <META NAME="CHANGED" CONTENT="20110519;13094300"> <META NAME="Info 1" CONTENT=""> <META NAME="Info 2" CONTENT=""> <META NAME="Info 3" CONTENT=""> @@ -30,8 +30,8 @@ application via double-click</FONT></H3> <P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">By default FreeFileSync opens the operating system's standard file browser on each double-click by invoking "<FONT FACE="Courier New, monospace">explorer -/select, %name</FONT>" on Windows and "<FONT FACE="Courier New, monospace">xdg-open -%dir</FONT>" on Linux.</FONT></P> +/select, "%name"</FONT>" on Windows and "<FONT FACE="Courier New, monospace">xdg-open +"%dir"</FONT>" on Linux.</FONT></P> <P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">However the user is free to integrate other external applications into FreeFileSync: navigate to "</FONT><FONT FACE="Tahoma, sans-serif"><I>Menu @@ -56,14 +56,16 @@ available:</FONT></P> <UL> <UL> <LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Start - visual difference tool:<BR><FONT FACE="Courier New, monospace">C:\Program - Files\WinMerge\WinMergeU.exe "%name" "%nameCo"</FONT></FONT></P> + visual difference tool:<BR><FONT FACE="Courier New, monospace">"C:\Program + Files\WinMerge\WinMergeU.exe" "%name" "%nameCo"</FONT></FONT></P> <LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Show file in Windows Explorer:<BR><FONT FACE="Courier New, monospace">explorer /select, "%name"</FONT></FONT></P> <LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Open - file in associated application:<BR><FONT FACE="Courier New, monospace">cmd - /c start "" "%name"</FONT></FONT></P> + file in associated application:</FONT><BR><FONT FACE="Courier New, monospace">cmd + /c start "" "%name" </FONT><FONT FACE="Tahoma, sans-serif">or + simply</FONT><FONT FACE="Courier New, monospace"> "%name" + </FONT><FONT FACE="Tahoma, sans-serif">(since v3.17)</FONT></P> <LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Open console dialog:<BR><FONT FACE="Courier New, monospace">cmd /k cd /D "%dir"</FONT></FONT></P> |