企业管理 > Windchill 数据加载 > 加载产品对象和部件:Windchill PDMLink 示例 > 创建存储库容器 > 示例
  
示例
以下为批处理文件示例:
echo *************************************************
echo ** Variable Setup
echo *************************************************
set tmp_org=/wt.inf.container.OrgContainer=My Organization
echo *************************************************
echo ** Load Libraries
echo *************************************************
windchill wt.load.LoadFromFile -d libraries.xml -u librarycreator -p librarycreator
-CONT_PATH \"%tmp_org%\"
* 
在批处理文件中使用 -u 和 -p 参数可消除登录窗口。