rcon from bat file


(tjimboo) #1

Hi,

Im trying to create a website where trusted admins can log in and restart the server.
Its pretty basic and the bat file works fine.

What I would like to add some how is to do a !dbsave before in to the actual game before i restart it.
Does anyone have a idea on how i can do this?

We running it on windows and web is on same machine as the game.

// Relic


(schnoog) #2

There a several ways to do that:
a) Send UDP packets via powershell
b) Use a simple rcon binary (like this one: http://forum.i3d.net/downloads.php?do=file&id=394) and run it in your batch


(tjimboo) #3

awsome… big tnx for that