Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > Automatic Code Synchronizer(ACS) > Working with configuration parameters > Provided configuration parameters > ParamFile configuration parameter (ACS)
  
ParamFile configuration parameter (ACS)
Syntax (prefix with dash in a Generation Settings Scheme):
ParamFile=<path and name of configuration parameter file>
A ParamFile configuration parameter references and uses a Configuration Parameter File from a Configuration Parameter File.
Configuration Parameter Files provide a way of setting Configuration Parameters consistently for multiple users.
By default, ACS (and TDK) looks in the ItsShadow\Exe folder a Configuration Parameter File named ShdConfig.par. Then ACS looks in the same folder for a Configuration Parameter File named AcsConfig.par. When a Configuration Parameter File is found, that file's Configuration ParameterS are processed.
Within a Configuration Parameter file, you can reference other Configuration ParameterFiles through the ParamFile configuration parameter.
Note that you can use the ParamFile configuration parameter through the registry or a Generation Settings Scheme to make ACS use an alternative Configuration Parameter File, but this is not recommended.
* 
TDK also looks for and uses the ShdConfig.par Configuration Parameter File.
Examples
ParamFile=C:\ConfigFiles\MyAcsConfig.par
ParamFile=H:\SharedConfigFiles\BaseAcsConfig.par