IF NOT EXISTS dice/bin
  echo "You have not extracted the dice archive (see README file)"
ELSE
  echo "setenv DCCOPTS -2.0"
  setenv DCCOPTS -2.0
  echo "assign DLIB: dice/dlib"
  assign DLIB: dice/dlib
  echo "path dice/bin add"
  path dice/bin add
  echo "path bin add"
  path bin add
  echo "assign MODULA: "
  assign MODULA: ""
  echo "done..."
ENDIF
