Reputation: 1829
I created a task in Windows 7 task scheduler.
How do I run it using the command prompt?
Upvotes: 20
Views: 44370
The syntax is: schtasks /Run /TN "task name"
schtasks /Run /TN "task name"
For more information see:
Run a Task on Demand (MS TechNet)
Upvotes: 32