Last updated
Last updated
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.
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.
Collect often used parameters in a file.