> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SetExportRootPath

> Set the export root path for a local or server ABBYY FlexiCapture project using the SetExportRootPath command in FCAdminTools, with full parameter reference.

You can use the `SetExportRootPath` command to specify an export root path.

## Parameters

| Parameter     | Type     | Description                                                                                                                                                                                                                                                                   |
| :------------ | :------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/ExportPath` | Required | The new root export path.                                                                                                                                                                                                                                                     |
| `/Project`    | Optional | Specifies a project. You can specify the full path to a local project, the path to a project on a server, or the name of a project on a server (the `/Server` parameter must be specified). If no project is specified, the command processes all the projects on the server. |
| `/Server`     | Optional | Server address.                                                                                                                                                                                                                                                               |
| `/Tenant`     | Optional | Tenant name.                                                                                                                                                                                                                                                                  |
| `/U`          | Optional | User name. If no user name is specified, Windows authentication is used.                                                                                                                                                                                                      |
| `/P`          | Optional | Password.                                                                                                                                                                                                                                                                     |
| `/Cert`       | Optional | Certificate thumbprint used for mutual SSL authentication. This key is used to pass an encoded certificate hash for a server with Mutual SSL installed as a string.                                                                                                           |

## Example of use

* `SetExportRootPath /Project="D:\Banking_eng" /ExportPath="D:\123"` – For a local project.
* `SetExportRootPath /Project="https://localhost/1" /ExportPath="\\pc\share"` – For a project on a server.
