BAT V1.10, UTILITIES, Easily submit multiple commands to batch queues

BAT V1.10 -- Submit multiple commands to a batch queue from DCL

This kit contains all the files necessary for installing the BAT
utility.  Requires VMS V5.0 or later.

BAT is designed to be invoked via a foreign command:

    $ BAT :== $disk:[directory]BAT.EXE

BAT lets you submit multiple commands to a batch queue easily and
quickly. For example, you can use:

    $ bat cc := cc/vaxc|mmk

or

    $ bat
    _Command: cc := cc/vax
    _Command: mmk
    _Command: ^Z
    $

to define CC for that batch job and then run MMK in the current
directory. BAT will automatically create the a temporary .COM file
that sets the default to the current directory and includes the
commands to be executed. The .COM file is then submitted to a batch
queue for processing.

BAT is written in BLISS. Complete sources are provided.
--------------------------------------------------------------------------------
Files in this directory:

AAAREADME.DOC			This file
AAAREADME.TOO			Change history
BAT.ALPHA_OLB			BAT object library (Alpha AXP)
BAT.HLP				On-line help file for BAT
BAT.OLB				BAT object library (VAX)
LINK.COM			Command procedure to link the executables

Files in [.SOURCE]:

BAT.B32				Source module for BAT
BAT.RNH				Source for BAT on-line help
BAT_CLD.CLD			CLI$ definition file for BAT
BAT_MSG.MSG			Messages used by BAT
BUILD_BAT.COM			Command procedure to build BAT
DESCRIP.MMS			Description file for building BAT
HG$GET_INPUT.B32		Smart LIB$GET_INPUT replacement

--------------------------------------------------------------------------------
CONTACTING THE AUTHOR

Comments, suggestions, and questions about this software can be directed to
the current maintainer at one of the following addresses:

Mail:	Hunter Goatley
	Process Software

E-mail:	goathunter@PROCESS.COM

--------------------------------------------------------------------------------
COPYRIGHT NOTICE

This software is COPYRIGHT  1991,2004, HUNTER GOATLEY. ALL RIGHTS RESERVED.
Permission is granted for not-for-profit redistribution, provided all source
and object code remain unchanged from the original distribution, and that
all copyright notices remain intact.

DISCLAIMER

This software is provided "AS IS".  The author makes no representations or
warranties with repsect to the software and specifically disclaim any implied
warranties of merchantability or fitness for any particular purpose.
