Task scheduler + bacup with path

Discuss and share scripts and script files...
Post Reply
totmad1
Posts: 131
Joined: 24 Jun 2013 12:37

Task scheduler + bacup with path

Post 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
(1.46 KiB) Downloaded 155 times
totmad1 (totally mad one)

Papoulka
Posts: 455
Joined: 13 Jul 2013 23:41

Re: Task scheduler + bacup with path

Post 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...

totmad1
Posts: 131
Joined: 24 Jun 2013 12:37

Re: Task scheduler + bacup with path

Post 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
totmad1 (totally mad one)

Post Reply