Well, apparently that particular job is doing something fancy if it cannot run detached and leads to the "comatose" problem when running not detached.  Try shelling this job using cmd.exe /C switch. In other words if the command line is currently like mybatch.bat try changing it to cmd /C mybatch.bat  : Running DETACHED program jobs DETACHED apparently makes a difference in my  : environment.  : I had a problem of 24x7 Scheduler Service going "comatose". All my  : jobs were running DETACHED,  : but 2. Since reconfiguring them both to be DETACHED, I have not had a single  : recurrence  : of the "comatose" problem. Both jobs are cmd.exe/batch jobs. So, my  : empirical evidence tells me  : to stay with DETACHED.  : Thank you for your reply... I thought I would see if this was a known issue  : with a quickie fix.   
   |