Integration mit anderen Anwendungen > Integrierte Software-Verwaltung > Software-Konfigurationsmanagement-Integrationen > Installation und Konfiguration > Client-Installation und -Konfiguration > IBM Rational ClearCase Installation und Konfiguration > Wartungsverfahren > Skript zum Starten von Windchill
  
Skript zum Starten von Windchill
Führen Sie das folgende Verfahren aus, um Windchill zu starten.
Geben Sie die folgenden Befehle in einer Windchill Shell ein.
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