diff --git a/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx b/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx index 2bfc885b5..3ef5d3df7 100644 --- a/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx +++ b/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx @@ -48,6 +48,9 @@

--view=path/to/file - is used to open an existing DOCX, XLSX, or PPTX file in the viewing mode without the ability to switch to the editing mode.

Replace path/to/file with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g., --review="C:\Users\username\Documents\Document1.docx" for Windows, --review="/home/username/Documents/Document1.docx" for Linux.

--force-use-tab - is used together with the --review=path/to/file or --view=path/to/file flags to open an existing DOCX file in a new tab of the main window. Otherwise, the document opens in a separate window.

+

Examples of using two flags together:

+

--review="C:\Users\username\Documents\Document1.docx" --force-use-tab or --view="C:\Users\username\Documents\Document1.docx" --force-use-tab - for Windows

+

--review="/home/username/Documents/Document1.docx" --force-use-tab or --view="/home/username/Documents/Document1.docx" --force-use-tab - for Linux

Running Desktop Editors as an independent process

This option can be used on all operating systems.

--single-window-app - is used to run the desktop editors in a new application as an independent process in case one instance of the application is already launched. If you close the first application, you’ll not see the "All the editor windows will be closed" warning and the second one will remain opened.

@@ -62,7 +65,7 @@ -

Running Desktop Editors with parameters

+

Using flags on different operating systems

This process differs depending on the operating system - Windows, Linux, or Mac OS. Please choose the corresponding tab to read detailed instructions for your OS: