
Added post build copies and post cleanup deletions for the required bat scripts for each project
9 lines
299 B
Batchfile
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
|