SET=text

There are two ways to supply the list of reference data files to PARAM.  If SET=<text> is present, then the file(s) represented by <text> will be used as the source of data file names.  For example,

set= "../sets/All intermolecular interaction sets.txt"; &
     "../sets/Stand-alone core.txt" 
would select all the reference data-set files listed in the text-files "All intermolecular interaction sets.txt" and  "Stand-alone core.txt" Text-files of this type contain the names of reference data-sets, less the ".mop", e.g.:
Formaldehyde
benzene
Water
Ethane

The alternative way of supplying reference data file names is to not use keyword SET and to put the file names after the PARAM data set line "end" This option should normally only be used in testing ideas.

If there are any spaces in the file name, or in the path, then the path and text-file name must be delimited by quotation marks.