Scheduling "Task" via Task Scheduler in Windows Home Server
For our company kick-off meeting (Microsoft Singapore), I'm working on a kick-butt Software + Services (S+S) demo on Windows Home Server. Source will be shared shortly but I came across an interesting challenge... how do I create a scheduled task (remember the old AT command)?
I came across this little gem on Code Project:
A New Task Scheduler Class Library for .NET
http://www.codeproject.com/csharp/TSNewLib.asp
With this, I'm able to schedule tasks to run on any Windows machine (including WHS) without having to create a service. Anyways... more to come once I get the demo fixed up and open up the source.