> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-console/commands/arguments/common-arguments/parameters-in-a-file.md).

# Arguments in a file

Collect often used parameters in a file.

You can save parameters in a file and use the filename in your command-line. Even if this is not retricted to `/excludePath -` you can specify any parameter in a file - excluding folder paths is a nice and useful example how to make use of parameter files.

For example, imagine you have a file called `exludeFolders.txt` in your workspace.

```
/excludePath="Boomi_MarkusSchmidt/#FlowServices"
/excludePath="Boomi_MarkusSchmidt/05-Error Handling/Test"
/excludePath="Boomi_MarkusSchmidt/API"
```

<figure><img src="https://856602315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJ5pAMZk3evA8VCVuQL%2Fuploads%2Fgit-blob-a723d9e951f74667e9f8c7023e3e582845392eb7%2Fimage%20(29).png?alt=media" alt=""><figcaption></figcaption></figure>

You can then specify this file as a parameter using the **@** tag:

` bc comp get`` `` `**`/c`**` ``e4bc4a53-e338...`` `**`@excludeFolders.txt`**

All information in the file will be used in the command-lien as it was specified directly.
