In HP-UX, the /etc/inittab file supplies the script to the boot init daemon in its role as a general process dispatcher.
Processes typically dispatched by boot init are daemons and shells.
I would like to know if there is a corresponding file in WinNT which can be used to start up a process (in my case an exe). Once the process is started, it must be monitored so that any time this process is killed, it shud be restarted AUTOMATICALLY (refer to 'respawn' action for inittab in Unix manual).
Is there such a provision (automatically restarting a killed process) available in WinNT??? Or shud some other method be tried out??
All suggestions welcome. Thanx in advance.
Processes typically dispatched by boot init are daemons and shells.
I would like to know if there is a corresponding file in WinNT which can be used to start up a process (in my case an exe). Once the process is started, it must be monitored so that any time this process is killed, it shud be restarted AUTOMATICALLY (refer to 'respawn' action for inittab in Unix manual).
Is there such a provision (automatically restarting a killed process) available in WinNT??? Or shud some other method be tried out??
All suggestions welcome. Thanx in advance.