Files
Open-RSC-Docker-Home/Windows_Stop_Game_Server.cmd
2018-08-15 01:28:18 -04:00

14 lines
223 B
Batchfile

@echo off
echo:
echo Stopping associated Docker containers.
echo:
make stop
echo:
echo:
echo Killing any instances of the game server that are running in the background.
echo:
tskill java /a
echo:
echo:
pause