umask 0002
#  Assume ademo's home is an iDIS execution node.
cd ../iDISbin
dir1=`pwd`
cd ../iDIS
dir2=`pwd`
cd
iDISBIN=${iDISBIN-$dir1}
iDIS=${iDIS-$dir2}
PATH=$iDISBIN:$PATH
export iDISBIN iDIS PATH
stty ff0 -tabs erase \^h kill \^c

TERM=`tset - -hr`
echo "Your default terminal type is  $TERM,
  if this is correct press RETURN
  else choose the proper type from:"
cat $iDISBIN/term.file
echo -n '
Enter terminal type: '
read resp
if /bin/test $resp. != "."; then
	TERM=$resp
fi
export TERM

echo "Terminal type=$TERM

To use the acct menu system enter:
      use acct"
[ -f dev ] && echo "To develop the acct menu system enter:
      dev acct"
