failat 21

echo "*n*n*e[1;32m ____________________________________________________________________"
echo " *e[43m                                                                    *e[0m"
echo " *e[0;32;43m                  Welcome to MagicWB v1.0: PREVIEW*e[1m                  *e[0m"
echo " *e[1;4;43m                                                                    *e[0m"
echo "*n*n*n The following picture snapshot will show you how your Workbench is"
echo " going to look like if you use *e[32mMagicWB*e[0m...*n"

wait 7

if exists SYS:Utilities/Display
  SYS:Utilities/Display PIC
else
  Multiview PIC SCREEN
  if warn
    echo "*n *e[32mPROBLEM:*e[0m Neither your utility 'Display' nor 'MultiView' are available!*n Please look if one of these files is located in 'SYS:Utilities'*n or anywhere else! Bye, bye..."
    quit
  endif
endif

echo "*n*n So? Do you like it? Then install *e[32mMagicWB*e[0m immediately...*n"

wait 5
quit