Scheduled Task or Reoccurring Service - TechRepublic
General discussion
August 25, 2000 at 06:20 AM
robrien

Scheduled Task or Reoccurring Service

by robrien . Updated 25 years, 7 months ago

Task automation requires some form of schedule job/task to run unattended. The question is,

I is it less risky to run a batch job using a job scheduler (i.e. Task Scheduler) or run the batch file as a service (i.e. SRVANY)using a delay function like the resource kit’s “sleep” command?

This discussion is locked

All Comments