|
AT
Schedules commands and programs to run on a computer. Simply
typing AT will show a list of current scheduled processes.
Chances are there wont be any.
Syntax
at [\\ComputerName] [{[ID] [/delete]|/delete [/yes]}]
at [[\\ComputerName] hours:minutes [/interactive] [{/every:date[,...]|/next:date[,...]}] command]
Parameters
\\ ComputerName : Specifies a remote computer. If you omit
this parameter, at schedules the commands
and programs on the local computer.
ID : Specifies the identification number assigned to a
scheduled command.
/delete : Cancels a scheduled command. If you omit ID, all
of the scheduled commands on the computer are
canceled.
/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.
/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.
/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.
Examples
AT current time + 2 minutes NET SEND your machine name Hello
This will send you a network message in five minutes.
Now, if you type AT you will see a list of scheduled
commands. To remove one use the ID number:
AT 1 /delete.
You can also use this to run batch files or programs at
given times and dates.
Batch File Commands
|