TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Raysefo
1.1k
284
151.5k
Self Start App?
Feb 22 2012 2:00 AM
Hi,
I wonder if there is a way to make an app self start (programmatically)? I mean there is an exe file and I would like it to run without double clicking it.
Best Regards.
Reply
Answers (
3
)
0
Sam Hobbs
54
29.3k
2.1m
Feb 22 2012 3:26 PM
If you cannot use the task scheduler, then you need to either find another program taht does the same thing as the task scheduler or write your own program that always runs.
Or you could write a program that Windows executes every time that Windows starts and it checks to see what date it is. If the date is the 25 or later then it does whatever needs to be done then sets an indicator saying that the work has been done for the month.
0
Raysefo
1.1k
284
151.5k
Feb 22 2012 2:52 PM
Hi,
Lets say on a specific date. This exe should run after 25th of this month. But not with scheduled task just programmatically.
0
Sam Hobbs
54
29.3k
2.1m
Feb 22 2012 2:13 AM
Based on what? What do need to happen that execution of your program should be a result?
How to detect deletion???
Allow user to enter only todays or yesterdays date but not date greater than todays