Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to restart the program after shutdown or crash with batch file??  (Read 3703 times)

0 Members and 1 Guest are viewing this topic.

Miksu93

  • Guest
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?

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: how to restart the program after shutdown or crash with batch file??
« Reply #1 on: February 06, 2010, 02:39:25 PM »
After a CRASH there may be a memory dump.
http://support.microsoft.com/kb/315263