NET/MASTER Management Services (MS) Command Reference Manual
AT
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–13
Examples
1. Table 2-1 illustrates the time format for the AT command.
Table 2-1. AT Command Example Time Formats
Time Meaning
21:30:00 Executes the command at 9:30 p.m.
21:30 Executes the command at 9:30 p.m.
6:3 Executes the command at 6:03 a.m.
6:03 Executes the command at 6:03 a.m.
6:30 Executes the command at 6:30 a.m.
::50 Executes the command at 12:00.50 a.m.
:30 Executes the command at 12:30 a.m.
:9 Executes the command at 12:09 a.m.
1:00 Executes the command at 1:00 a.m.
*+1:30 Executes the command one hour and thirty minutes in the future from the current time.
*+::30 Executes the command thirty seconds in the future from the current time.
2. The following example executes the command START at 1:00 p.m., explicitly limits
execution to one occurrence, and executes it under the control of the Background
Monitor:
AT 13:00:00 LIMIT=1 ROUTE=MON CMD=START
3. The following example sends a message at 4:30 p.m., if the user ID executing the
command is logged on:
AT 16:30 LIMIT=1 MSG=I’m leaving now. Bye!
4. The following example displays the status of links 10 times, every 10 seconds
beginning at 13:20, and for four days thereafter at 13:20:
AT 13:20 LIMIT=5 CMD=EVERY ::10 LIMIT=10 SHOW LINKS
5. The following example displays the status of links 15 minutes from the current
time:
AT *+:15 CMD=SHOW LINKS