Advertisement
Guest User

iniciar.bat

a guest
Dec 5th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.71 KB | None | 0 0
  1. @echo off
  2. cls
  3.  
  4. set version=1.0
  5. set wat=Quarentena Roleplay foi
  6.  
  7. title %wat% Watchdog
  8.  
  9. cd C:\DayZServer
  10.  
  11. :watchdog
  12. echo (%time%) %wat% iniciado.
  13. "DZSALModServer.exe" -config=config_server.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -BEpath=C:\DayZServer\ServerProfile\BattlEye -profiles=ServerProfile -adminlog "-mod=@Base Fortifications;@IRP-Land-Rover-Defender-110;@BuilderItems;@Base Furniture Mods 2.0;@CF;@Community-Online-Tools;@DeerIsle;@FlipTransport;@GoreZ;@LittleQuieter;@MedicalAttention;@MunghardsItempack;@OP_BaseItems;@Server_Information_Panel;@WindstridesClothingPack;@Code Lock;@Close-Open Anywhere;@Quarentena"
  14. echo (%time%) %wat% fechou ou crashou, reiniciando agora.
  15. goto watchdog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement