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.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 22, 2012, 3:26 PM
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.
RaysefoPosted Feb 22, 2012, 2:52 PM
Lets say on a specific date. This exe should run after 25th of this month. But not with scheduled task just programmatically.
Sam HobbsPosted Feb 22, 2012, 2:13 AM