Installation and Upgrade > Installation and Configuration Guide > Advanced Configurations > Database Initializing and Data Loading > Loading Base and Demonstration Data > Using WindchillLoader to Load Data > WindchillLoader Syntax
  
WindchillLoader Syntax
The WindchillLoader is run from the command line under the direction of the windchill command.The WindchillLoader command syntax is:
windchill wt.load.WindchillLoader [class args]
Where [class args] represents the required and optional executable options.
* 
For additional information about the windchill command, refer to the Windchill Command chapter.
wt.load.WindchillLoader Class Arguments
Class Arguments
Description
-All
Loads the base data for all the Windchill solutions that are installed.
-Application=[<app ID>,...]
A comma delimited list of Windchill solutions for which data should be loaded. This argument allows you to choose a specific solution or set of solutions to load.
Each <app ID> must match a value as listed when the -Info report is generated.
-Info
Displays a list of the Windchill solutions that are installed and have valid loadsets.
Run this command to obtain the <app ID> values to use with the Application argument.
-IncludeDemo
Loads the base data and the demonstration data for an installed Windchill solution.
By default, if this argument is excluded, then only the base data is loaded.
-LoadOnlyDemo
Loads only the demonstration data for an installed Windchill solution.
To use this argument, the base data must have already been loaded.
-Locale=<locale>
Loads the specified localized load files for the specified Windchill solution.
Refer to the section "WindchillLoader Examples" for an example of this argument.
If this argument is provided, the load set framework will do the following:
Adds "_<locale>" to the filename attribute if attribute "localized" is true. The framework will not fall back to the original file name if the locale variant is not found
It will not change the file name if the attribute "localized" is false or not present
If the "-Locale" argument is not provided, the load set framework will use only the filename attribute irrespective of whether the "localized" attribute is true or false.
For the case when a load set is localized, specifying the locale through this attribute would allow the localized version of the load set to be loaded. If no locale has been provided, the load set framework will fall back to the default pre-configured filename.
-Unattended
Runs the loader in unattended mode. The installer will not elicit prompts to the typical questions it poses during the installation.
-Help
Displays the help for WindchillLoader.