Create script type jobs with the schedule 'process not running'. For the process name specify 'PROCESS1.EXE', etc... (name must be entered exactly as you see them in the Task Manager, Processes tab). For the job script select JAL as the scripting language and enter the following Dim pid, number Run "c:\\path\\process1.exe", "", pid Here you replace c:\path and process names with the actual names. Don't forget about double-backslashes (see FAQ for details). : How can i watch several processes (around 6, process1.exe,process2.exe ...) : and restart them if they exit or die? : Up to now i can only get one (the first in the queue) process to be observed, : the other ones won't be restartet if they have failed.
|