Specialized Administration > Configuring Your Windchill Environment > Using Windchill Configuration Assistant to Configure Windchill > Running the Windchill Configuration Assistant > Ant Command Syntax for Running the Assistant
  
Ant Command Syntax for Running the Assistant
To run the Windchill Configuration Assistant, enter an ant command in one of the following general formats:
ant -f WindchillConfigAssistant.xml -projecthelp
Using this format displays a description of the main targets that can be specified.
ant -f WindchillConfigAssistant.xml target [-Dinteractive=false] [-Dpropagate=true] [-D<Property>=<Value>]
Using this format executes the specified target and optionally provides arguments that you can use to turn off the interactive mode, propagate configuration changes, and override values for specific properties.
You can specify one or more -D<Property>=<Value> arguments to set one or more property values that are then used in place of the default values used by the assistant. The set of property value defaults are stored in <Windchill>/utilities/wca/Configurator.properties file.