...SETUP]000READ.ME
-------------------

Files in this directory:
  0000READ.ME;1      - This file
  BLD.COM;1          - Build SETUP.EXE from scratch
  BLDDOC.COM;1       - Rebuild SETUP.MEM from .RNO & .RNT files
  SETUP.MAR;1        - MAIN SETUP program (sample lists only)
  SETUP.MEM;1        - User's guide & reference manual for SETUP
  SETUP.OPT;1        - Linker options file for building SETUP.EXE
  SETUP.RNO;1        - User's guide & reference manual RUNOFF source
  SETUP.RNT;1        - Table of Contents for SETUP.RNO
  SETUPMLB.MAR;1     - SETUP MACRO library source
  SETUPMSG.MSG;1     - SETUP message file


This directory contains the SETUP program and documentation.  This program is
a fairly complete supplement to LOGIN.COM so that LOGIN.COM can become quite
small (and a goot bit faster) while SETUP performs most of the actual
environment setup when run from LOGIN.COM.  Even with a large setup program
running on a MicroVAX II, the program still runs in under 2 seconds.

Print and read SETUP.MEM for instructions on how to customize SETUP.MAR to
your requirements, build & use.  Following is a list of the basic functions
provided:
        Description                              DCL Example
        * symbols to delete                      $ DEL/SYM/GLO symbol
        * symbols to define                      $ symbol=="Text"
        * logicals to define                     $ DEF/NOLOG/TAB=LNM$JOB l1 l2
        * keys to define                         $ DEF/KEY/TERM/NOECH F17 CLS
        * default process names                  $ SET PROCESS/NAME
        * default protection                     $ SET PROT=(s,o:rwed,g,w)/DEF
        * default message bits                   $ SET MESS/NOFAC/NOIDE/NOSEV
        * default privileges                     $ SET PROC/PRIV=ALL
        * default directory                      $ SET DEF SYS$LOGIN
        * default terminal broadcast classes     $ SET BRO=NOUSER16
        * Terminal characteristics to disable    $ SET TE/NOBROADCAST
        * Terminal characteristics to enable     $ SET TE/PASSTHRU
        * Operator console classes to enable     $ REPLY/ENABLE=SECURITY
        * Set DCL prompt                         $ SET PROMPT="$ "
        * Set DCL verify state                   $ SET VERIFY
        * Execute a DCL command on exit

Note:
  Because this utility is dependent on being set up to work for your
  personal environment, no .OBJ or .EXE files are provided.  Customization
  is required *first*.
