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?