Page 1 of 1

Task scheduler + bacup with path

Posted: 26 Oct 2016 14:35
by totmad1
WARNING Use at own risk!!!
This will only create a scheduled task. It will not allow editing or deleting.
If you want to edit you can run

Code: Select all

open "C:\Windows\System32\taskschd.msc"
If you use "BacupWpath", you will have to alter the paths in the script.
TaskScheduler.zip

Re: Task scheduler + bacup with path

Posted: 26 Oct 2016 23:27
by Papoulka
Cool script :tup:

Does "How Many Days" mean how many days this is to be active, or how many days between runs?

I didn't want to actually create a Scheduler task to find out...

Re: Task scheduler + bacup with path

Posted: 27 Oct 2016 16:25
by totmad1
@ Papoulka
Thanks for the comment.
In answer to your question, I'll quote from my source"The task runs every N days."
You can alter the script to include an "End Date" using a placement of "/ed".
HTH