PDA

View Full Version : Teamspeak Command Options


Polarwolf
24-04-2009, 16:40
Hello everyone. Im not running my Server by just clicking the exe. I wanted to make 2 Servers so I had to find a good way.

server_windows.exe 1234567 12 "TestAdmin" "TestName" "Welcome to TestName!" -db=1234567_server.dbs -ini=1234567_server.ini

I was told that this one would work. What it should do:
Create the files 1234567_server.dbs and 1234567_server.ini if they dont exsist. If they exsist, then update the Port, the MaxPlayers, the AdminPassword, Servername and Message of the Day to the parameters I call the server_windows.exe with.

In this example the following:

Port: 1234567
Players: 12
AdminPW: TestAdmin
ServerName: TestName
Motd: Welcome to TestName!

And once hes done stat up the server itself with the new settings.
Can anyone follow me and try to translate this into propper english?

I want to run the exe and set / select some stuff. Please help.


//Between: The following example is working:
server_windows.exe -db=1234567_server.dbs -ini=1234567_server.ini
If I start my server using this it checks for the DBS and ini. If they dont exsist, it created them with default values. All I want to do is to replace the Default Values... got me? :[

/dev/null/
24-04-2009, 19:17
http://forum.teamspeak.com/showthread.php?p=192045#post192045