Computer Hope

Microsoft => Microsoft Windows => Windows XP => Topic started by: Miksu93 on February 06, 2010, 07:53:43 AM

Title: how to restart the program after shutdown or crash with batch file??
Post by: Miksu93 on February 06, 2010, 07:53:43 AM
Okay, I want Batch file what restarts program after SHUTDOWN or CRASH. you know that send a report to microsoft thing, batch would be restart the program thanks.


@ECHO OFF
CLS
ECHO Blackwater Park
:1
start "Seose" /B /MIN /WAIT seose.exe
goto 1
:end

plus i want exit command Fshutdown to that, is it possible?
Title: Re: how to restart the program after shutdown or crash with batch file??
Post by: Geek-9pm on February 06, 2010, 02:39:25 PM
After a CRASH there may be a memory dump.
http://support.microsoft.com/kb/315263