There are many ways to schedule a task on a web server. For example, you can use Windows Task Scheduler and SQL Server Agent. This application is unique in that you can:
- Schedule jobs using a web browser.
- Extend the scheduling application to include your own features.
- Using the code
This application has three components:
- A Windows Service that will run a job (DOS command text).
- A Web Application that will let you schedule a job.
- MS SQL Server database Stored Procedure to get the list of jobs that need to run.