SRCDS Steam group


How to assign PID to a game server like css, tf2, etc?
#1
Hello,
How can I assign PID to a game server like css, tf2, etc?
For example I want to assign a PID to My CSS server to stop it using the same .bat file (Runnin on Win2003
)
Reply
#2
pid can not be assigned, just watch:
1)FOR /F "tokens=2 delims= " %%A IN ('TASKLIST /FI ^"imagename eq srcds.exe^" /NH') DO SET srcds_pid=%%A
2)tasklist /fi "imagename eq srcds.exe" | find /i "srcds.exe"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)