Integration mit anderen Anwendungen > Integrierte Software-Verwaltung > Software-Konfigurationsmanagement-Integrationen > Installation und Konfiguration > Client-Installation und -Konfiguration > Subversion Installation und Konfiguration > Wartungsverfahren > Skript zum Anhalten von Windchill
  
Skript zum Anhalten von Windchill
Führen Sie das folgende Verfahren aus, um Windchill anzuhalten.
Geben Sie die folgenden Befehle in einer Windchill Shell ein.

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