B BAT, UTILITIES, Submit multiple commands to a batch queue from DCL  ? 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.   4 BAT is designed to be invoked via a foreign command:  &     $ BAT :== $disk:[directory]BAT.EXE  A 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 B directory. BAT will automatically create the a temporary .COM file? that sets the default to the current directory and includes the C commands to be executed. The .COM file is then submitted to a batch  queue for processing.   7 BAT is written in BLISS. Complete sources are provided. P -------------------------------------------------------------------------------- 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) 4 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 1 HG$GET_INPUT.B32		Smart LIB$GET_INPUT replacement   P -------------------------------------------------------------------------------- CONTACTING THE AUTHOR   K Comments, suggestions, and questions about this software can be directed to 9 the current maintainer at one of the following addresses:    Mail:	Hunter Goatley 	Process Software    E-mail:	goathunter@PROCESS.COM  P -------------------------------------------------------------------------------- COPYRIGHT NOTICE  L This software is COPYRIGHT  1991,1997, HUNTER GOATLEY. ALL RIGHTS RESERVED.L Permission is granted for not-for-profit redistribution, provided all sourceI and object code remain unchanged from the original distribution, and that $ all copyright notices remain intact.  
 DISCLAIMER  J This software is provided "AS IS".  The author makes no representations orM warranties with repsect to the software and specifically disclaim any implied D warranties of merchantability or fitness for any particular purpose.