how can i execut my application automaticly

helo

did any one tel me how can i execut my application automaticly using timer or evry thinks

thanks




Answer this question

how can i execut my application automaticly

  • ClydeMacLeod

    In what way Have your program launch every XXX seconds/minutes/hours/etc Have your already running program do something every XXX seconds/minutes/hours/etc

  • coollofty

    You can create a windows service application as a controller of your primary application and schedule it to run your application in every 50 sec.

    Hope this helps!!

    -Jay

  • Ranjesh J

    i would that my program execute evry 50 second

  • Tammy Culter - MSFT

    You should create a controlling application that runs constantly, and executes the application you want to run based on a time span.

  • how can i execut my application automaticly