Script Execution Planner for Windows
Desktop application in C# and WPF for scheduling the automatic launch of executable files according to a schedule.
Main features:
- Adding tasks with specifying the path to the EXE file and launch time
- Editing and deleting existing tasks
- Displaying a list of scheduled tasks in a table format
- Automatic execution of tasks in the background at the specified time
- Storing tasks in a local SQLite database
- Using the Quartz.NET library for scheduling execution
Key technologies:
#csharp #wpf #sqlite #quartznet #windows
Main features:
- Adding tasks with specifying the path to the EXE file and launch time
- Editing and deleting existing tasks
- Displaying a list of scheduled tasks in a table format
- Automatic execution of tasks in the background at the specified time
- Storing tasks in a local SQLite database
- Using the Quartz.NET library for scheduling execution
Key technologies:
#csharp #wpf #sqlite #quartznet #windows