|
AT
Schedules commands and programs to run on a computer. You
can use at only when the Schedule service is running. Used
without parameters, at lists scheduled commands.
AT [\\ComputerName] [{[ID] [/delete]|/delete [/yes]}]
AT [[\\ComputerName] hours:minutes [/interactive] [{/every:date[,...]|/next:date[,...]}] command]
\\ ComputerName : Specifies a remote computer.
ID : Specifies the identification number assigned to a
scheduled command.
/delete : Cancels a scheduled command.
/yes : Answers yes to all queries from the system when
you delete scheduled events.
hours : minutes : Specifies the time when you want to run
the command. Time is expressed as
hours:minutes in 24-hour notation (that
is, 00:00 [midnight] through 23:59).
/interactive : Allows command to interact with the desktop
of the user who is logged on at the time
command runs.
/every: : Runs command on every specified day or days of
the week or month.
date : Specifies the date when you want to run the
command. You can specify one or more days of the
week (that is, type M,T,W,Th,F,S,Su) or one or more
days of the month (that is, type 1 through 31).
Separate multiple date entries with commas.
/next: : Runs command on the next occurrence of the day.
command : Specifies the Windows command, program, or batch
program that you want to run.
/? : Displays help at the command prompt.
Cmd Commands
|