#
# usage:        welcome1.sh
#
# abstract:     This Bourne Shell script prints the welcome1 message.
#
# note(s):      1. This routine must be called using a . (period)
#
# Copyright (c) 1992-1997 by The MathWorks, Inc.
# $Revision: 1.10 $  $Date: 1997/05/08 22:04:04 $
#----------------------------------------------------------------------------
#
    echo ''
    echo '      -----------------------------------------------------------------'
    echo '      | 1. Use a screen or window that supports a MINIMUM of 24 text  |'
    echo '      |    lines and 80 characters per line.                          |'
    echo '      |                                                               |'
    echo '      | 2. Any user can install a working MATLAB. Some steps require  |'
    echo "      |    superuser access. 'network' superuser access is required   |" 
    echo '      |    if the MATLAB root directory is not on a local disk.       |'
    echo '      |----------------------------------------------------------------'
    echo ">>>>>>>>> USAGE NOTE: '"'$MATLAB'"' means the MATLAB root directory path <<<<<<<<<"
    echo '      |---------------------------------------------------------------|'
    echo '      | 3. You may run this program repeatedly without harmful side   |'
    echo '      |    effects.                                                   |'
    echo '      |                                                               |'
    echo '      | 4. This install program may be run in BATCH. See the file,    |'
    echo '      !    README.install, in the $MATLAB directory.                  |'
    echo '      |                                                               |'
    echo '      | 5. The -h option displays the command usage.                  |'
    echo '      |----------------------------------------------------------------'
    echo ''
    echo '      Pressing <return> at any prompt selects the default response'
    echo '                        shown in square brackets.'
    echo ''
