與其他應用程式整合 > 整合的軟體管理 > 軟體組態管理整合 > 安裝與組態 > 用戶端安裝與組態 > 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