task scheduler triggers daily

Allows you to start the task on a daily interval.


Example

Running this code will start the daily task on "7/19/2014 1:15:25 PM" everyday.

plugin command("OS Automation.dll", "task scheduler triggers daily", "7/19/2014 1:15:25 PM", 1, "", "", "", "", "", "", "")

Was this helpful?