* * BAT - A BLISS program to queue multiple commands to a batch queue * * (BLISS compiler is *not* needed; MACRO code is included) * * Author: Hunter Goatley, goathunter@WKUVX1.BITNET * * BAT will submit a series of commands to a batch queue, eliminating * the need for the user to manually create a command procedure to * perform the tasks. * * Commands to be executed in batch may be specified on the command * line; multiple commands can be separated by "|". If commands are * not given on the command line, BAT will prompt for commands until a * null line or CTRL-Z is entered. * * The temporary command procedure that is created contains commands to * set VERIFY and to change the default directory for the batch job to * the current default directory of the process running BAT. * * To retrieve the files, send the following command in a mail message to * FILESERV@WKUVX1.bitnet: * * SEND BAT * * BAT is distributed as a VMS_SHARE file in 4 parts.