PDA

View Full Version : could really use some help :(


ricken
14-07-2007, 20:13
ok im trying to connect remotely so that everything is nice and neat inside of a .bat file for me

im using tscontrol connect 1.1.1.1 for example but how would i do the password in that form i just cant seem to figure it out my server is password protected but i dont know what to do?


if someone could write it out for me that would be great also tscontrol send_message doesnt seem to work either... most people mute the sounds for when people connect to servers so i want 1 message in all channels either telling them i am there or whatever may be necessary at the time

thanks guys
Edit/Delete Message

BHKai
14-07-2007, 22:04
I do not really get what you are trying to say.

Is this what you are looking for?
http://forum.goteamspeak.com/showthread.php?t=35955&highlight=Auto+connect+batch+file

ricken
14-07-2007, 23:44
ok i figured it out its connect 1.1.1.1:0000&password=password


my server is password protected on my server so i wasnt sure how to connect with it like that



how could i send a message to all channels though thru that anyone know? send_message doesnt work for me as far as i know like i cant see it anyway when i connect... i just want it to say hey to everyone or something in text like a message

BHKai
15-07-2007, 00:19
Maybe it is sending it too fast after you connect. Try creating a seperate batch file that sends the message. That way you know if to have to add a command that will delay the send message after you connect.

ricken
15-07-2007, 05:26
what command would i use to delay tho

BHKai
15-07-2007, 08:05
http://www.computerhope.com/batch.htm

Pause or using choice.
Choice thing (http://www.computerhope.com/batch.htm#4)