#!/bin/tcsh
echo "executing .gemlogin..."

if ( -d ${CLIPBRD} ) then
  echo your clipboard directory is ${CLIPBRD}
else
  echo installing ${CLIPBRD};
  cd ~;
  mkdir Clipboard;
endif

aesversion
if ( $status >= 40 ) then
  echo "AES 4.x startup...";

  echo "restoring desktop...";
  x.gtp /usr/bin/GEM/restore_desk.app;

  echo "BubbleGEM...";
  x.gtp /bin/gem/bubble.app;

  echo "Start Me Up!...";
  x.gtp /usr/sbin/StartMeUp!/start.app "u:\home\root\defaults\Start.set";

  echo "and at last: SpeedUp...";
  x.gtp /bin/gem/speedup.prg "u:\bin\gem\speedup.inf";
endif
