I am using this library http://www.codeproject.com/KB/cs/tsnewlib.aspx to try and schedule tasks for Windows 7. When I create a task the file extension it is saving it as is .job which I think was fine for scheduling tasks in Windows XP. For Windows 7 it is not recognizing the .job file extension and is looking solely for a .xml file.
Is this library obsolete for Windows 7 or am I missing something altogether? Is there a way to tie the .job files into Windows 7?
Thanks in advance.