EBAT 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.4BAT is designed to be invoked via a foreign command:& $ BAT :== $disk:[directory]BAT.EXEABAT lets you submit multiple commands to a batch queue easily and"quickly. For example, you can use: $ bat cc := cc/vaxc|mmkor $ bat _Command: cc := cc/vax _Command: mmk _Command: ^Z $?to define CC for that batch job and then run MMK in the currentBdirectory. BAT will automatically create the a temporary .COM file?that sets the default to the current directory and includes theCcommands to be executed. The .COM file is then submitted to a batchqueue for processing.7BAT is written in BLISS. Complete sources are provided.P--------------------------------------------------------------------------------Files in this directory:AAAREADME.DOC This fileAAAREADME.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)4LINK.COM Command procedure to link the executablesFiles 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 BAT1HG$GET_INPUT.B32 Smart LIB$GET_INPUT replacementP--------------------------------------------------------------------------------CONTACTING THE AUTHORKComments, suggestions, and questions about this software can be directed to9the current maintainer at one of the following addresses:Mail: Hunter Goatley Process SoftwareE-mail: goathunter@PROCESS.COMP--------------------------------------------------------------------------------COPYRIGHT NOTICELThis software is COPYRIGHT © 1991,2004, HUNTER GOATLEY. ALL RIGHTS RESERVED.LPermission is granted for not-for-profit redistribution, provided all sourceIand object code remain unchanged from the original distribution, and that$all copyright notices remain intact. DISCLAIMERJThis software is provided "AS IS". The author makes no representations orMwarranties with repsect to the software and specifically disclaim any impliedDwarranties of merchantability or fitness for any particular purpose.