Files
Open-RSC-Docker-Home/Stop_Game_Windows.cmd
2018-07-16 17:34:04 -04:00

13 lines
215 B
Batchfile

@echo off
echo:
echo Stopping the running Docker containers.
echo:
Windows\make stop
echo:
echo:
echo Killing any running in the background instance of the game server.
echo:
tskill java /a
echo:
pause