View Full Version : TS Client command line parameters
hi,
i have searched on this forum,
but i didnt find the answer i'm searching...
i would like to start and connect TSClient using a DOS(Winxp) line command.
I have a server preset called MYTSCHANNEL in my local addressbook, and i want to use a shell line that sounds like:
teamspeak.exe -connect MYTSCHANNEL
how can i do this?
my finally goal it's to write a batch file that connect to my ts server and launch my online game... in a simple click! :)
Thank you everybody for help! ;)
CIA'
in your teamspeak dir there is a SDK
use Teamspeak2_RC2\client_sdk\tsControl.exe
CONNECT [teamspeak_url] Connect to teamspeak server
Example: CONNECT TeamSpeak://teamspeak.org?channelname=Channel%201
DISCONNECT Disconnect fromteamspeak server
QUIT Close teamspeak
SWITCH_CHANNEL [channelid] <password> Switch to channel
GET_CLIENT_VERSION Returns Client Version
GET_SERVER_INFO Returns info on the Server
GET_USER_INFO Returns info on the user of the TS client
GET_CHANNEL_INFO [channelid] Returns info on the selected channel
GET_PLAYER_INFO [playerid] Returns info on the selected player
GET_CHANNELS Returns a list of all the channels
GET_PLAYERS Returns a list of all the players
GET_SPEAKERS Returns a list of all the current speakers
MUTE / UNMUTE Mutes or unmutes your speakers
SET_OPERATOR [playerid] [GRANT/REVOKE] GRANT / REVOKE operator status to player
SET_VOICE [playerid] [GRANT/REVOKE] GRANT / REVOKE Voice status to player
KICK_PLAYER_CHANNEL [playerid] <reason> Kick a player from the channel
KICK_PLAYER_SERVER [playerid] <reason> Kick a player from the server
SEND_MESSAGE_CHANNEL [channelid] [message] Sends a text message to a channel
SEND_MESSAGE [message] Sends a text message to every channel
Maybe you can use this ;)
marcelrx
14-10-2005, 14:51
hi,
i have searched on this forum,
but i didnt find the answer i'm searching...
i would like to start and connect TSClient using a DOS(Winxp) line command.
I have a server preset called MYTSCHANNEL in my local addressbook, and i want to use a shell line that sounds like:
teamspeak.exe -connect MYTSCHANNEL
how can i do this?
my finally goal it's to write a batch file that connect to my ts server and launch my online game... in a simple click! :)
Thank you everybody for help! ;)
CIA'
You can also use the DOS line command like that:
teamspeak.exe -connect SERVER_IP:PORT?nickname=nickname?loginname=admin?p assword=123456789?channel=Default?subchannel=Test
But you can't use a saved profile from the addressbook
But you can't use a saved profile from the addressbook
ah...ok!
i did like this (in the COD directory)?
@START c:\programmi\teamspeak2_rc2\teamspeak.exe teamspeak://"SERVER_IP"/?Nickname="MY_NAME"?Channel="MY_CHANNEL"?ChannelPassword="CH_PASSWORD"
@START ./CoDUOMP.exe connect 62.149.194.171:28960
Thank You !
CIA'
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.