Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto start after program -crash

Status
Not open for further replies.

jarla

Programmer
Jan 2, 2001
34
FI
Hi!
Is there any way to configure Dr.Watson (or some other program) to start crashed program again after it was closed by Dr.Watson? That would be great option. We use picture publishing program to publish pictures to the net and that program sometimes crash. It´s very fast operation to start it again with "services" -window, but can NT do that automatically? I mean if that crash happens when nobody is here at work to bring it back "alive", our service is down too much time.
 
You could write a batch script and use the scheduler.

In the batch use

net start pictureservice

or whatever.

List all of the services you want to start.

Use the scheduler to run that script every hour or overnight because if they are running it will not do anything.

Obviously test it first...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top