[DiscordArchive] Yeah from what I could find youre right. Would this mean every single 3.3.5 clients suffer from this
[DiscordArchive] Yeah from what I could find youre right. Would this mean every single 3.3.5 clients suffer from this
Archived author: Tecc • Posted: 2025-09-28T07:12:53.731000+00:00
Original source
Im a little late to the party, but the following batch file forks fine for me, restarting the worldserver whenever it shuts down.
```@echo off
TITLE WOW Worldserver
:: Path to server folder
set "WOW_DIR=C:\WoW-Server\"
cd /d %WOW_DIR%
:: Start the server
echo [INFO] Starting worldserver.exe...
echo [%DATE% %TIME%] Restarting worldserver.exe >> worldserver_restart.log
worldserver.exe
:: Loop: server exited, check again
echo [INFO] worldserver.exe exited. Restarting ...
timeout /t 5
goto check```
Still allows me to use the resulting console window to use it for commands without any problems