Guest User

Untitled

a guest
Sep 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. @echo off
  2. taskkill /IM mysql.exe /F &
  3. taskkill /IM mysqld.exe /F &
  4. taskkill /IM arma2oaserver.exe /F &
  5. @start server_setup\xampp\mysql\bin\mysqld.exe --defaults-file=server_setup\xampp\mysql\bin\my.ini
  6. cls
  7. echo "Please wait...Loading"
  8. ping -n 10 127.0.0.1>nul
  9. server_setup\perl\bin\perl -w vehicles.pl 1 dayz root 123456
  10. "Expansion\beta\arma2oaserver.exe" -port=2302 "-config=Sanctuary\config.cfg" "-cfg=Sanctuary\basic.cfg" "-profiles=Sanctuary" -name=Sanctuary "-mod=@Arma2NET;@CBA;@CBA_OA;@CBA_A2;@DayZ;@Sanctuary;" -cpuCount=2 -maxMem=1578 -exThreads=1
  11. cd server_setup\xampp & mysql_stop.bat
Add Comment
Please, Sign In to add comment