How to Use the 'At' Command in Windows GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Software & Apps > Windows 24 24 people found this article helpful
How to Use the 'At' Command in Windows
Use the 'at' command to schedule commands and other programs
By Tim Fisher Tim Fisher Senior Vice President & Group General Manager, Tech & Sustainability Emporia State University Tim Fisher has more than 30 years' of professional technology experience. He's been writing about tech for more than two decades and serves as the VP and General Manager of Lifewire. lifewire's editorial guidelines Updated on March 11, 2022 Tweet Share Email Tweet Share Email Windows The Ultimate Laptop Buying Guide
What to Know
This is the proper syntax: at \\computername /interactive /every:date,.../next:date,...\\computername specifies a remote computer name; /every:date[,...] runs commands on specific days./interactive lets the command interact with the logged-in user; /delete deletes all previously scheduled commands. This article explains how to use the "at" command, which is available from the Command Prompt. "At" is used to run programs and commands at scheduled times.
At Command Availability
The at command is available from within the Command Prompt in many Windows operating systems including Windows 7, Windows Vista, Windows XP, and some older versions of Windows as well. This command has been deprecated beginning in Windows 8. Microsoft recommends using the feature-rich schtasks command instead. The availability of at command switches may differ somewhat from operating system to operating system.
At Command Syntax
This is the proper syntax of the at command: at \\computername /interactive /every:date,.../next:date,... See How to Read Command Syntax if you're not sure how to read the at command syntax shown above or described in the table below. At Command Options Item Explanation \\computername Use this option to specify a remote computer name. The at command will schedule the running of command on the local computer if you don't specify a computer name. /every:date[,...] Use the /every switch to run command on specific days of the week or month. /next:date[,...] Use the /next switch to run command on the next occurrence of the day.