flow0815 Posted August 18, 2015 Report Share Posted August 18, 2015 Hey guys, maybe you can use this. I had the problem with running 2 arma3servers and some day i decided to have different restart cycles. If you kill your arma3server.exe with taskkill, probably both servers are killed because only using "arma3server.exe" as kill value. With this line you can kill a specific arma server. Just adjust the port as you need it. Was it does is, that it will find out which program id uses the specific port and kills the program. Tested and works fine. WINDOWS VERSION of course ;) FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :2302') DO taskkill /F /PID %%P Cheers Flow Ghostrider-GRG and Tech_Support 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now