| 
 Would modifying your installed launcher to this work without any modifications to the database?
 @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 loginserver kill_all_on_start
 zone.exe soldungb
 zone.exe everfrost
 exit
 |