> ## 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

> FCAdminTools の SetExportRootPath コマンドを使用して、ローカルまたはサーバー上の ABBYY FlexiCapture プロジェクトのルート エクスポート パスを設定する方法と、パラメーターの完全なリファレンスについて説明します。

`SetExportRootPath` コマンドを使用して、ルート エクスポート パスを指定できます。

<div id="parameters">
  ## パラメーター
</div>

| Parameter     | 型  | 説明                                                                                                                                            |
| :------------ | :- | :-------------------------------------------------------------------------------------------------------------------------------------------- |
| `/ExportPath` | 必須 | 新しいルート エクスポート パス。                                                                                                                             |
| `/Project`    | 任意 | プロジェクトを指定します。ローカル プロジェクトへの完全パス、サーバー上のプロジェクトへのパス、またはサーバー上のプロジェクト名 (`/Server` パラメーターの指定が必要) を指定できます。プロジェクトを指定しない場合、コマンドはサーバー上のすべてのプロジェクトを処理します。 |
| `/Server`     | 任意 | サーバー アドレス。                                                                                                                                    |
| `/Tenant`     | 任意 | テナント名。                                                                                                                                        |
| `/U`          | 任意 | ユーザー名。ユーザー名を指定しない場合は、Windows 認証が使用されます。                                                                                                       |
| `/P`          | 任意 | パスワード。                                                                                                                                        |
| `/Cert`       | 任意 | Mutual SSL 認証に使用される証明書のサムプリントです。このキーは、Mutual SSL がインストールされたサーバーに対して、エンコードされた証明書ハッシュを string として渡すために使用されます。                                   |

<div id="example-of-use">
  ## 使用例
</div>

* `SetExportRootPath /Project="D:\Banking_eng" /ExportPath="D:\123"` – ローカル プロジェクトの場合。
* `SetExportRootPath /Project="https://localhost/1" /ExportPath="\\pc\share"` – サーバー上のプロジェクトの場合。
