Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
At (command)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Examples==== To use <code>at</code>, the user must be a member of the local Administrators group. The command-syntax is: <pre>at [\\ComputerName] [{[ID] [/delete]|/delete [/yes]}]</pre> <pre>at [[\\ComputerName] hours:minutes [/interactive] [{/every:date[,...]|/next:date[,...]}] command]</pre> ; <code>\\ ComputerName</code> : This parameter specifies a remote computer. If it is omitted, at schedules the commands and programs on the local computer. ; <code>ID</code> : This parameter specifies the identification number assigned to a scheduled command. ; <code>/delete</code> : This parameter cancels a scheduled command. If ID is omitted, all of the scheduled commands on the computer are canceled. ; <code>/yes</code> : This parameter answers yes to all queries from the system when you delete scheduled events. ; <code>hours : minutes</code> : This parameter specifies the time when to run the command. ; <code>/interactive</code> : This parameter allows the given command to interact with the desktop of the user who is logged on at the time command runs. ; <code>/every:</code> : This parameter runs the given command on every specified day or days of the week or month. ; <code>date</code> : This parameter specifies the date when to run the given command. One or more days of the week can be specified. If date is omitted, at uses the current day of the month. ; <code>/next:</code> : This parameter runs command on the next occurrence of the day. ; <code>command</code> : This parameter specifies the Windows command, program (that is, .exe or .com file), or batch program (that is, .bat or .cmd file) that will be run. ; <code>/?</code> : Displays help for the command.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)