URL:
http://www.soft6.com/know/detail.asp?id=BAAHAJ
At
Lists scheduled commands or scheduled commands and programs that are running on the computer at the specified time and date. The at command can only be used if the "Scheduling" service is running.
at | /delete ]
at time | /next:date] command
Parameters:
None
When used without parameters, at lists scheduled commands.
\\computername
Specifies a remote computer. If this parameter is omitted, the command is scheduled on the local computer.
id
Specifies the identification number assigned to the scheduled command.
/delete
Cancels a scheduled command. If id is omitted, all scheduled commands on the computer are canceled.
/yes
Forces a positive response to the system's query when deleting a scheduled event.
time
Specifies the time to run the command. Express the time in 24-hour format (00:00 to 23:59) as hours:minutes.
/interactive
Allows the job to interact with the desktop of the logged-on user when the job runs.
/every:date
Runs the command on the specified day(s) of the week or month (for example, every Thursday, or the third day of each month). Specify date as one or more days of the week (M,T,W,Th,F,S,Su) or one or more days of the month (using numbers from 1 to 31). Separate multiple date entries with commas. If date is omitted, the current day of the month is assumed.
/next:date
Runs the specified command on the next occurrence of the day (for example, next Thursday). Specify date as one or more days of the week (M,T,W,Th,F,S,Su) or one or more days of the month (using numbers from 1 to 31). Separate multiple date entries with commas. If date is omitted, the current day of the month is assumed.
command
Specifies the Windows 2000 command, program (.exe or .com file), or batch program (.bat or .cmd file) to run. When the command requires a path as an argument, use an absolute path, that is, the entire path starting from the drive letter. If the command is on a remote computer, specify the UNC notation for the server and share name instead of the remote drive letter. If the command is not an executable (.exe) file, you must prefix the command with cmd /c, for example:
cmd /c dir > c:\test.out