M
Mandy
Is it possible to create a task which will run on an hourly basis? I would hate to create 24 tasks.
In order to get close without using 24, I currently use:
AT 07:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 08:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 11:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 12:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 16:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 16:45 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 23:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
I need to use a non-wizard means to create this task, as it's to be done via script.
It would also be helpful to have a simple (and scriptable) way to delete the task as needed, without knowing the task ID.
Thank you in advance.
In order to get close without using 24, I currently use:
AT 07:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 08:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 11:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 12:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 16:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 16:45 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
AT 23:00 /every:M,T,W,Th,F,S,Su "doThis\rightHere.vbs"
I need to use a non-wizard means to create this task, as it's to be done via script.
It would also be helpful to have a simple (and scriptable) way to delete the task as needed, without knowing the task ID.
Thank you in advance.