Other than create a windows service, do window admins have any other option for creating cron jobs?

I don't like the creating/deploying windows services and was hoping for other options.

link|improve this question

51% accept rate
feedback

2 Answers

There's Scheduled Tasks and also an "at" command (which is capable of creating jobs on remote machines as well as locally; type at /? at a command prompt to see the options).

link|improve this answer
feedback

What about windows task sheduler? Any reason it can't schedule your jobs propperly?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.