#!/bin/tcsh

source ../cmt/setup.csh
source ${CMROOT}/mgr/CmConfig.sh ${CMROOT} CascinaVCS

$CMROOT/$CMCONFIG/tsc.exe &
sleep 1
$CMROOT/$CMCONFIG/tsb.exe &
sleep 1
$CMROOT/$CMCONFIG/tsa.exe &
sleep 8
cm send -to tsb -type stop
sleep 1
cm send -to tsc -type stop
sleep 1
exit 0

