Hi!

I'm making a program which will start Counter-Strike and then automatically record the game. There is a command in-game to record, which is "record <name>".

steam.exe -applaunch 10 +cl_allowdownload 1 +connect " + ip + " +password " + pw + " +record test
This is the executable-path i'm using. I don't understand why it doesn't start to record. Because Steam sais in it's manual that you can use all the variable names in this line. If you put a "+" before.
http://developer.valvesoftware.com/w...ldsource_Games

What am i doing wrong? Please help me!