.K ""
echo "Before starting JbSpool you must assign JBS: somewhere.  This script"
echo "will create ram:JBS and assign JBS: to that directory."
echo ""

ask "Do you wish to continue? [y/n]"
if WARN
  if not EXISTS ram:JBS
    makedir ram:JBS
  endif
  assign JBS: ram:JBS
endif

echo "All Done.  Click close gadget to get rid of window."
endcli
