DRUN - run command file detached from the terminal.

Syntax:

DRUN infile;outfile[;options]*
DRUN #nnnnd[;#nnnnd]*
DRUN #ALL

Examples:

drun file;otfile
drun "wmi\wuse fbaggins";otfile
drun file;otfile;exclude;restart
drun #5187d

Options:

(arg1,arg2,...,argn)
are substitutable arguments.
nnnn
is the maximum processor time limit in seconds. The default is 300 seconds (usually ample).
ARG/x
specifies "x" as the substitutable argument character. The default character is "#".
DEL/x
deletes all characters "x" from input file.
EXC
excludes user responses in output.
RES
tells the system to restart the DRUN if there is a system interruption.
Upper
puts output in upper case.
Lower
puts output in lower case.
mm/dd/yy
 
mm-dd-yy
specifies a starting date. The default is the current date.
hh:mm
 
hh.ttt
specifies a starting time. The default is ASAP.

Description:

DRUN initiates a deferred session and issues a job identifier of the form "nnnnD". Input to DRUN must be in a permanent file, or a command string enclosed in double quotes. The command string may consist of a number of commands separated by backslashes and/or ampersands.

DRUN output is directed to the permanent file "outfile". If the filename "*null" is given, the output is thrown away. If the filename is "*id", DRUN will use the job identifier (nnnnD) as the file name.

The following special directives may appear within the command file:

$*$QUIT         <- give up
$*$TRAP         <- abort if DRL T.ERR
$*$TRAP OFF     <- don't abort on error flagged by T.ERR
$*$REM          <- comment (also ignored by CPOS)
$*$LBL          <- define a label for CPOS use
$*$DELE [OFF]   <- control writing to *cfp file
$*$NULL         <- line with <cr> only
$*$BRK          <- act as if break were hit

See Also:

expl cmdf, expl dsta, expl dabt

Copyright © 1996, Thinkage Ltd.