NET/MASTER Management Services (MS) Command Reference Manual

AT
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–7
AT The AT command issues a command, a message, or a series of commands at a
specified time of day. Contrast this command with the EVERY command, which
issues a command, a message, or a series of commands at a specified time frequency.
AT {
hh
:
mm
:
ss
| *+
hh
:
mm
:
ss
}
[ ENV={ PRI | CUR } ]
[ KEEP={ MON | LOG } ]
[ LIMIT={
execution-limit
| NO } ]
[ PMSG={ YES | NO } ]
[ ROUTE={
user-id
| * | MON | LOG } ]
[ TID=
timer-id
]
{ [ CMD= ]
command-text
| MSG=
message-text
}
hh
:
mm
:
ss
specifies the absolute time at which to issue the command, message, or series of
commands. This operand is a positional qualifier and must immediately follow
AT in the command line.
hh
specifies the hour at which to issue the command, message, or series of
commands. This must be a number from 0 through 24.
mm
specifies the minute at which to issue the command, message, or series of
commands. This must be a number from 0 through 59.
ss
specifies the second at which to issue the command, message, or series of
commands. This must be a number from 0 through 59.
*+
hh
:
mm
:
ss
specifies the relative time at which to issue the command, message, or series of
commands. This operand is a positional qualifier and must immediately follow
AT in the command line.
*
represents the current time.
+
signifies that the time specification that follows is a future interval from the
current time.