Schedule an Exe

  • Thread starter Thread starter None
  • Start date Start date
N

None

Hi,

I want to execute an Exe everyday at 3'o clock. How can i do this?
I have done with Windows Services project. But that Exe is not working
when i call it from Windows Service.

Is anyother way is there to execute an exe at scheduled time. If
anybody solution please let me know it.


Thanks and Regards,
Vinothkumar B
 
Hi,

None said:
Hi,

I want to execute an Exe everyday at 3'o clock. How can i do this?
I have done with Windows Services project. But that Exe is not working
when i call it from Windows Service.

Why? what error you get?

Is anyother way is there to execute an exe at scheduled time. If
anybody solution please let me know it.

You can create a scheduled job by running the AT command
 
I went down this rout using a windows service but it's not the best for
a operation to run only once a day a specified time. Instead just
install you exe on the target machine and use the windows scheduler to
run the exe at the desiered time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top