rathena/tools/runserver.bat
Lemongrass3110 448e5e893f Moved the bat scripts into the tools folder
Added post build copies and post cleanup deletions for the required bat scripts for each project
2017-04-26 02:58:39 +02:00

9 lines
299 B
Batchfile

@echo off
rem This is and auto-restart script for the rAthena Ragnarok Online Server Emulator.
rem It will also keep the map server OPEN after it crashes to that errors may be
rem more easily identified
rem Writen by Jbain
start cmd /k logserv.bat
start cmd /k charserv.bat
start cmd /k mapserv.bat