Skip to content

Instantly share code, notes, and snippets.

@iaretechnician
Created February 23, 2015 20:50
Show Gist options
  • Save iaretechnician/e1cd05944326e3e9c14a to your computer and use it in GitHub Desktop.
Save iaretechnician/e1cd05944326e3e9c14a to your computer and use it in GitHub Desktop.
copy .\@dayz_epoch_server\*.dll .\
@echo off
echo Starting MySQL database. Please wait 5-10 seconds.
start /D.\MySQL\ MySQL.bat
ping 127.0.0.1 -n 5 >NUL
.\MySQL\cecho {0A} OK.{07}
echo.
echo.
echo.
echo Executing spawn script...
.\MySQL\bin\mysql.exe --user=dayz --password=dayz --host=127.0.0.1 --port=3306 --database=epoch --execute=""
ping 127.0.0.1 -n 5 >NUL
.\MySQL\cecho {0A} OK.{07}
echo.
echo.
echo.
echo Starting server...
start .\arma2oaserver.exe -mod=Expansion\beta;Expansion\beta\expansion;ca;@dayz_overwatch;@dayz_epoch;@taviana;@dayz_epoch_server -name=infected -config=config\overpoch\overpoch.cfg -cfg=config\overpoch\basic.cfg -profiles=config\overpoch
.\MySQL\cecho {0A} OK.{07}
echo.
echo.
echo.
ping 127.0.0.1 -n 5 >NUL
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment