Skip to content

Instantly share code, notes, and snippets.

@iaretechnician
Created February 20, 2016 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaretechnician/e2c40de3afa4fedad6a0 to your computer and use it in GitHub Desktop.
Save iaretechnician/e2c40de3afa4fedad6a0 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=@dayzoverwatch;@dayz_epoch;@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