Hi All,
I've got a piece of software that is comprised of several services on a Windows NT 4 server. For general maintenance purposes, we have to stop and restart its services nightly. We have automated this process in a script using the net start command.

The problem is that every once in a while, a service will fail to start - returning an error 2140. Unfortunately, no event log message is made as a result - just the error message.

How do I get Kixtart to "catch" an error message resulting from the net start command?

Thanks in advance for any assistance [Smile]