Hello guys.
I know it is the most basic tool ever, but it was very useful for me while testing the newest TFS and my scripts, because the server doesn't shut down completly for some guys.
--This is the whole code
Download: Stop The Forgotten Server.bat
or just create a .txt file put the code from above in it and rename it into .bat file.. FINISHED
Things to change:
Change theforgottenserver into the name of the .exe which you start your server with (but leave out the .exe)
tskill is working for Windows XP Home, if it doesn't work try: taskkill instead of tskill
I know it is the most basic tool ever, but it was very useful for me while testing the newest TFS and my scripts, because the server doesn't shut down completly for some guys.
HTML:
@echo off
tskill theforgottenserver
Download: Stop The Forgotten Server.bat
or just create a .txt file put the code from above in it and rename it into .bat file.. FINISHED
Things to change:
Change theforgottenserver into the name of the .exe which you start your server with (but leave out the .exe)
tskill is working for Windows XP Home, if it doesn't work try: taskkill instead of tskill