다른 응용 프로그램과 통합 > 통합 소프트웨어 관리 > 소프트웨어 구성 관리 통합 > 설치 및 구성 > 클라이언트 설치 및 구성 > IBM Rational ClearCase 설치 및 구성 > 유지 관리 절차 > Windchill 시작 스크립트
  
Windchill 시작 스크립트
Windchill을 시작하려면 다음 절차를 따르십시오.
Windchill 셸에서 다음 명령을 입력합니다.
start_windchill.csh
#!/bin/csh -x
# $WT_HOME/ant/bin/ant -f $wt_viewroot/tools_vs/build/cruisecontrol/cc_windchill
.xml start_windchill_services
$WT_HOME/ant/bin/ant -f $WT_HOME/bin/windchill.xml start_windchill_services
if ($status) then
$WT_HOME/bin/windchill -v start
Endif