#!/bin/sh
# IFe_ustation_online

# invoke ustation, full functionality

finish=no
while ( [ X$finish != "Xyes" ] )
do
   xterm -geometry 75x35+150+300 -name "remote ustation session" -e ${IFE_HOME}/sys/bin/SCKTtud_us1
#   xterm -geometry 75x35+150+300 -name "remote ustation session"
   finish=`${IFE_HOME}/sys/bin/dialog -p "Finished with Microstation ?" -file "yes" -d "yes" -h1 "type yes or no" -h2 "type yes or no"`

done

# get petri to shift token to the subsequent transition.
#echo  "shift_next_transition"
echo  "Microstation DTF has exited"

	echo	"store	attribute	esp	esp	/tmp/ESP/demo_building"
	echo	"archcad_online_complete	unknown"

exit 0
