1.

Solve : AT command to run task at every 4hrs?

Answer»

Dear Experts,
How to run the AT command to run task at every 4hrs,

i have written this,
D:\>at \\WCP7F0BCU22 16:50 /every:m,t,w,th,f,s,su d:\windows\calc.exe
which is running at specific time as 16:50hrs, i want this task to be run every 4hrs.

please ADVISE,
Thanks in advance.http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/at.mspx?mfr=true


"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."
Quote

i want this task to be run every 4hrs.

There are actually two task schedulers on your Win2003 machine. One is the AT command which runs at the NT command line. The other is a Windows version with a GUI.

The AT version doesn't SEEMS to have a parameter for a 4 hour interval between job executions , but the GUI does: Accessories==>SYSTEM Tools==>Scheduled Tasks==>Schedule==>Advanced==>Repeat Task where you can set the interval between runs in both minutes and hours.

Good luck.


Discussion

No Comment Found