Files
Open-RSC-Docker-Home/Stop_Game_Windows.cmd
2018-08-10 22:29:33 -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