Is it possible to use the AT command to create a scheduled task that repeats every X minutes? I can use AT to make one that repeats daily/weekly/monthly, but haven't seen a minute/hourly repeat. I can use the task scheduler to create a task, but don't want to create a new account. Any suggestions?
You can't use a parameter in the
AT
command to do this for a single command. You could create a crazy amount of them to suffice (say 24 to have it run every hour every day).My advice is to stop using
AT
and use theschtasks
command that replaces it.http://support.microsoft.com/kb/814596
It will let you create a cmd line task that will do what you are wanting: