On Windows XP I'm trying to add a job like this:
at 17:07 /every:s dir
I expect dir
to be executed every Saturday at 17:07, however I don't see anything happens in the command line window.
Here is the log:
D:\temp>at 17:07 /every:s dir
Added a new job with job ID = 1
D:\temp>time/t
05:06 PM
D:\temp>date/t
Sat 10/02/2010
D:\temp>at
Status ID Day Time Command Line
-------------------------------------------------------------------------------
Error 1 Each S 5:07 PM dir
D:\temp>time/t
05:08 PM
D:\temp>
What am I missing ?