I'm pretty sure that is correct, the game name needs to be in quotes. Another suggestion: I wrote a small batch file to update my server using hldsupdatetool because I was annoyed by the console screen disappearing after running. I simply added a line after the update command with the single command "pause".
For my Serious Sam 3 server I set up, my batch file is as follows: cd /Program Files (x86)/Valve/HLServer HldsUpdateTool.exe -command update -game "serioussam3" -dir C:\SS3_DS\ pause With that setup, I can read the output text and verify that everything is up-to-date, then press any key to close the window. (If you have never worked with batch files before, just create a new text file on your desktop or wherever, enter the commands you want, save it, then rename the text file extension from ".txt" to ".bat") ________________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of RSS List User Sent: Wednesday, January 04, 2012 9:38 PM To: jarett ambrosat; Half-Life dedicated Win32 server mailing list Subject: Re: [hlds] hldsupdatetool problem Try using this. hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\CSSServer I believe Counter-Strike Source must be in quotes. On 1/4/2012 9:36 PM, jarett ambrosat wrote: I'm trying to set up a CS:S server and i'm having trouble with the update tool. I enter in the cmd "hldsupdatetool -command update -game Counter-Strike Source -dir C:\CSSServer. Yes, i'm in the directory that my update tool is in. Anyway, another window pops up, text appears, but before I can read it the window disappears and it doesn't update. I've tried multiple times and it does the same thing every time. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

