--On Wednesday, May 11, 2005 5:40 PM +0200 Andreas Kang
<[EMAIL PROTECTED]> wrote:

screen ./cs27016_run -port 27016 +maxplayers 12 -d -m -S "my server"

Try this, with all the screen arguments first:

screen -d -m -S "my server" ./cs27016_run -port 27016 +maxplayers 12

Or shortened:

screen -dmS "my server" ./cs27016_run -port 27016 +maxplayers 12

I prefer no spaces in my screen names, and names that make it easy to tell
how one screen differs from another, so I'd use "cs27016" (identifies which
game and port).

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to