Question

I am writing a backup process.

Step1: User selects 3 times (Tuesday 1am,3am,10am or Everyday 1am,3am,10am)

Step 2: The application should check the time settings and start the backup process automatically.

Is it possible to start the backup process if the application is not running?

Was it helpful?

Solution

if your client/user is using Windows operating system then you can use Windows Task Scheduler to do the job. To schedule the job programmatically see this post and this post

OTHER TIPS

why don't you use Windows Schedule ?

Sure, just use the Windows Task Scheduler. Windows will take care of running your application.

IMO you can use Windows Scheduler, that is the best. and Also do care of TimeZones :P :P

here are the links which may help you.

Task Scheduler

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top