Enterprise Administration > Windchill Data Loading > Loading Product Objects and Parts: Windchill PDMLink Example > Loading Product Objects and Parts: Before You Begin > Running the LoadFromFile Utility
  
Running the LoadFromFile Utility
The LoadFromFile utility is called from a batch file. Within the batch file, a variable is established to identify the organization. This variable is then used throughout the load process.
The load program is: wt.load.LoadFromFile. It has the following arguments:
-d <data filename>
-u <user name>
-p <user password>
-<var name><var value>
To specify a target container, you may also use:
-CONT_PATH <target_container_path>
The load utility is preceded by windchill.
For example:
windchill wt.load.LoadFromFile -d mydata.xml
* 
Run the utility from the same directory where the data file resides.