Windchill 중지 스크립트
Windchill을 중지하려면 다음 절차를 따르십시오.
Windchill 셸에서 다음 명령을 입력합니다.

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
도움이 되셨나요?