Sam Hobbs
posted
6490 posts
since
Sep 07, 2009
from
Los Angeles, California, USA
|
|
Re: Self Start App?
|
|
|
|
|
|
|
|
|
|
|
Based on what? What do need to happen that execution of your program should be a result?
|
|
|
|
|
Thinking is a feeling; pleasant for some and unpleasant for others.
|
|
|
|
|
|
Cenk KIZILDAG
posted
49 posts
since
Jul 14, 2010
from
|
|
Re: Self Start App?
|
|
|
|
|
|
|
|
|
|
|
Hi,
Lets say on a specific date. This exe should run after 25th of this month. But not with scheduled task just programmatically.
|
|
|
|
|
|
Sam Hobbs
posted
6490 posts
since
Sep 07, 2009
from
Los Angeles, California, USA
|
|
Re: Self Start App?
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
Thinking is a feeling; pleasant for some and unpleasant for others.
|
|
|
|
|
|