Click here to Skip to main content
15,921,062 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
hello can we create the windows application exe which is run after every 15 min automatically .

What I have tried:

I have not tried anything for this
Posted
Updated 29-Apr-17 3:00am
Comments
[no name] 29-Apr-17 8:35am    
You can create scheduled task and schedule it to run on specific time interval

No. Once an application exits, it is dead and can't make itself run a later time.

However, you can make any app run every 15 minutes in windows using the task scheduler: Task Scheduler (Windows)[^] - just write your app, and schedule it to run when you need it to.
 
Share this answer
 
You can create scheduled task with below reference and schedule it to run on specific time interval

c# - Creating Scheduled Tasks - Stack Overflow[^]
 
Share this answer
 
task scheduler would do the trick.
I am not sure but if you want your application to be run in backend then you should discover windows service instead
check Walkthrough: Creating a Windows Service Application in the Component Designer[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900