TrinityCore Auto Restarter for Windows

Example of a simple TrinityCore restart script for Windows:

@ECHO OFF
CLS
ECHO Trinity Core
:1
start "Trinity Core" /B /MIN /WAIT TrinityCore.exe -c TrinityCore.conf
if %errorlevel% == 0 goto end
goto 1
:end

Create an empty file with the bat extension and put the above code into it, put the file in the bin directory.

Join the Conversation

1 Comment

Leave a Reply