View Single Post
  #3  
Old 07-29-2017, 04:28 PM
Fridgecritter
Hill Giant
 
Join Date: Feb 2008
Posts: 188
Default

The batch file is the stock one that comes with Akka's installer. I didn't create it.
Code:
@echo off
cls
echo *** CLEARING OLD LOGS ***
del "logs/zone/" /q
shared_memory.exe
start perl win_server_launcher.pl zones="30" zone_background_start kill_all_on_start
exit
Reply With Quote