I know that the choco install
command can take multiple arguments like:
choco install package1 package2
This would install the packages one-by-one
I would like to know, however, if users can install multiple packages, specified in an external file, similar to the following:
choco install <external-file>