Raysefo

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.

Answers (3)

0
Sam Hobbs

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

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

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?