would using a .bat to turn off your servers and turn on your servers ruin the servers?
also how do i make a .bat to do that?
also how do i make a .bat to do that?
NOTE: MAKE SURE YOUR IN DB IF YOUR NAME "AccountServer Version 6127-1.exe", "MsgServer2.700.exe" E "NPC.exe" THESE REALLY ARE, IF NOT THE RIGHT TO MODIFY FILE RESETSERVER. BAT.Quote:
@echo off
echo Seu servidor esta sendo reiniciado
taskkill /f /im "AccountServer Version 6.127-1.exe"
taskkill /f /im "MsgServer2.700.exe"
taskkill /f /im "NPC.exe"
ping -n 5 localhost>nul
Start AccountServer
Start MsgServer
Start NPC
@echo off echo Seu servidor esta sendo reiniciado taskkill /f /im "AccountServer Version 6.127-1.exe" taskkill /f /im "MsgServer2.700.exe" taskkill /f /im "NPC.exe" ping -n 5 localhost>nul Start ACCT ping -n 5 localhost>nul Start 2MSG ping -n 20 localhost>nul Start NPC