need some help please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i need to run an .exe on my server but i don't want it to be logged on (so a
service is 1 part i need) but i'd like it to execute every tue as a service.
Is this possible?

thanks,
rodchar
 
rodchar said:
hey all,

i need to run an .exe on my server but i don't want it to be logged on (so a
service is 1 part i need) but i'd like it to execute every tue as a service.
Is this possible?

thanks,
rodchar

Build a windows service with a timer. Have the timer check the date, if
it is Tuesday, do you want you (in a new thread), otherwise just exit.

does that answer you question?

Chris
 
thanks for the help, i'll give this a try.

Chris said:
Build a windows service with a timer. Have the timer check the date, if
it is Tuesday, do you want you (in a new thread), otherwise just exit.

does that answer you question?

Chris
 

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

Similar Threads

I need help on SQL 0
what to do, what to do 3
please advise 1
iterate datareader 2
phone numbers 7
run form without this 2
some advice 12
Help With Windows Services 4

Back
Top