Integration with Other Applications > Integrated Software Management > Software Configuration Management Integrations > Installation and Configuration > Client Installation and Configuration > IBM Rational ClearCase Installation and Configuration > Maintenance Procedures > Windchill Start Script
  
Windchill Start Script
Perform the following procedure to start Windchill.
At a Windchill shell, enter the following commands.
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