与其他应用程序集成 > 集成的软件管理 > 软件配置管理集成 > 安装和配置 > 客户端安装和配置 > IBM Rational ClearCase 安装和配置 > 维护过程 > Windchill 停止脚本
  
Windchill 停止脚本
执行以下步骤以停止 Windchill。
在 Windchill shell 中,输入以下命令。

stop_windchill.csh
#!/bin/csh –f
# $WT_HOME/ant/bin/ant -f $wt_viewroot/tools_vs/build/cruisecontrol/cc_windchill.xml stop_windchill_services
$WT_HOME/ant/bin/ant -f $WT_HOME/bin/windchill.xml stop_windchill_services if ($status) then
$WT_HOME/bin/windchill -v stop

Endif