> 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

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="/files/JUD1M35RxNKOMbr396vu" 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.
