About Store Forum Documentation Contact



Post Reply 
[Tuto] Restater.Bat for application
Author Message
Jben Offline
Member

Post: #1
[Tuto] Restater.Bat for application
Hello,

I share this tutorial, here's how to create a restarter for an application. Example: if your server.exe shutdown => restater.bat restart server app.

Ok, let's go.

1= Create a new file.TXT

2= Opens with BlocNote / Notepad++

3= Copy this code:
Code:
:1
start /WAIT server.exe
goto 1

4= Replace your NameAPP = server.exe

5= Save File =>.bat (Ex: Restater.bat)

6= Place the file in folders of NameApp.exe.

Run ! smile

Thanks, Bye
01-25-2015 10:32 PM
Visit this user's website Find all posts by this user Quote this message in a reply
georgatos7 Offline
Member

Post: #2
RE: [Tuto] Restater.Bat for application
Awesome, thanks for sharing.
01-26-2015 06:23 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #3
RE: [Tuto] Restater.Bat for application
01-27-2015 01:33 AM
Find all posts by this user Quote this message in a reply
Post Reply