I've been struggling with trying to create a scheduled task using VBScript. What I want to do is prompt the user for some inputs, such as the time of day. I can handle that part if I even get a script that works. I need a script that works for recurring (daily m-f) for any time of day, then I can handle user inputs and translating that into the time for the script. I've tried the stock code listed at the bottom of this page and it doesn't even work - it returns unknown error code #8.
I've come across other examples but they don't schedule a re-ocurring task, only a one time task, which is useless.
Can anyone point me in the right direction to create a recurring daily scheduled task at a given time with the action to start a program? I want it to run without highest privileges.
I've come across other examples but they don't schedule a re-ocurring task, only a one time task, which is useless.
Can anyone point me in the right direction to create a recurring daily scheduled task at a given time with the action to start a program? I want it to run without highest privileges.